diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/20000412-1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/20000412-1.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/20000412-1.f b/gcc/testsuite/gfortran.dg/g77/20000412-1.f new file mode 100644 index 000000000..af403ef9b --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/20000412-1.f @@ -0,0 +1,6 @@ +c { dg-do compile } + subroutine aap(k) + equivalence (i,r) + i = k + print*,r + end |