Annotation of cci/usr/src/usr.bin/f77/f77pass1/tst/sub.f, revision 1.1.1.1

1.1       root        1:        common /tt/ l(5,4)
                      2:        equivalence (k, l(3,3))
                      3:        data k, kk /5, 3/
                      4:        do 1 i=1,5
                      5:        do 1 j=1,4
                      6: 1      l(i,j)=k**3
                      7:        call sub1(i,j,k)
                      8:        end
                      9: 
                     10:        subroutine sub1(a, b, c)
                     11:        integer a, b, c
                     12:        common /tt/ m(3,4), n(2,4)
                     13:        data m(1,1) /7/
                     14:        a = b+c
                     15:        return
                     16:        end

unix.superglobalmegacorp.com

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