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

1.1       root        1: c      subroutine tst8
                      2:        parameter(ntest=8)
                      3: c      Equivalence
                      4: 
                      5:        integer il(2)
                      6:        equivalence (il(1),xl),(il(2),yl)
                      7:        common /t8/ i(2)
                      8:        equivalence (i(1),x),(i(2),y)
                      9: 
                     10:        xl = 3.5
                     11:        il(2) = il(1)
                     12:        if ( yl .ne. 3.5 ) call e(1,ntest)
                     13:        x= 4.5
                     14:        i(2) = i(1)
                     15:        if ( y .ne. 4.5 ) call e(2,ntest)
                     16:        end

unix.superglobalmegacorp.com

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