File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / f77 / f77pass1 / tst / dob.f
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:26:07 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

	program bug1
	integer i,j,k,l,m,n,o
	j=2
	k=3
	l=4
	m=5
	n=6
	o=7
	do 20 i=1,k
	j=j+1
	l=i+1
	j=l*j
	l=j-1
	m=l*i
	n=l*m
	o=m-l
	m=o+3
	n=o/m
	o=j+n
	call dummy(i+1,j+2,l+3)
	print 10,i
10	format('Loop pass',i3)
20	continue
	stop
	end

	subroutine dummy(a,b,c)
	integer a,b,c
	return
	end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.