diff options
| author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-12 15:35:20 +0000 |
|---|---|---|
| committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-12 15:35:20 +0000 |
| commit | 06e5a72d8e7bfe7cd5df4076057f0d7386aa447c (patch) | |
| tree | 04cfb470ad636c3ea8be844a083e8c6e60c4d808 | |
| parent | ea346118aeb8501d231ff0a0855dd6df2d50261e (diff) | |
| download | ppe42-gcc-06e5a72d8e7bfe7cd5df4076057f0d7386aa447c.tar.gz ppe42-gcc-06e5a72d8e7bfe7cd5df4076057f0d7386aa447c.zip | |
Correct previously checked-in testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100858 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 848dcc5a3c8..c15ff7a0f2c 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 |

