diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/pr96737.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/pr96737.f90 b/gcc/testsuite/gfortran.dg/pr96737.f90 index c92085c..b5a03e8 100644 --- a/gcc/testsuite/gfortran.dg/pr96737.f90 +++ b/gcc/testsuite/gfortran.dg/pr96737.f90 @@ -1,5 +1,5 @@ ! { dg-do compile } -! { dg-options "-fcoarray=single" } +! { dg-options "-fcoarray=single -g" } ! ! Test the fix for PR96737 in which the 'TYPE_CANONICAL' was not campatible ! in the submodule. |