diff options
-rw-r--r-- | gcc/testsuite/gfortran.dg/f2c_7.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/f2c_7.f90 b/gcc/testsuite/gfortran.dg/f2c_7.f90 index 848dcc5..c15ff7a 100644 --- a/gcc/testsuite/gfortran.dg/f2c_7.f90 +++ b/gcc/testsuite/gfortran.dg/f2c_7.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-options "-ff2c -O" } +! { dg-options "-ff2c" } ! Verifies that array results work with -ff2c ! try all permutations of result clause in function yes/no ! and result clause in interface yes/no |