diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2020-08-23 15:37:21 +0100 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2020-08-23 15:37:21 +0100 |
commit | 967454a212c7693577a1911e637c3f9f3edc7ccf (patch) | |
tree | 2965217cbd963ecbcc954b084b64442662d93b2e /gcc | |
parent | c4565031c8dc6b5289e36553e5cd937a91825953 (diff) | |
download | gcc-967454a212c7693577a1911e637c3f9f3edc7ccf.zip gcc-967454a212c7693577a1911e637c3f9f3edc7ccf.tar.gz gcc-967454a212c7693577a1911e637c3f9f3edc7ccf.tar.bz2 |
Adding option -g to pr96737.f90.
2020-08-23 Paul Thomas <pault@gcc.gnu.org>
gcc/testsuite/
PR fortran/96737
* gfortran.dg/pr96737.f90: Add option -g.
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. |