diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/19990419-0.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/19990419-0.f | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/19990419-0.f b/gcc/testsuite/gfortran.dg/g77/19990419-0.f new file mode 100644 index 000000000..68f4ddabe --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/19990419-0.f @@ -0,0 +1,8 @@ +c { dg-do compile } +* Test case Toon submitted, cut down to expose the one bug. +* Belongs in compile/. + SUBROUTINE INIERS1 + IMPLICIT LOGICAL(L) + COMMON/COMIOD/ NHIERS1, LERS1 + inquire(nhiers1, exist=lers1) + END |