Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / g77 / 20000412-1.f
blobaf403ef9b8aa9e4220bc3b265270b7352fad1d63
1 c { dg-do compile }
2 subroutine aap(k)
3 equivalence (i,r)
4 i = k
5 print*,r
6 end