diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2020-08-04 07:53:50 +0100 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 15:07:29 -0300 |
commit | afc8e9f8cfd40e4eed91389d4c1484f91375ef16 (patch) | |
tree | e0f126c811fed362476e439928dc8df4c702c276 | |
parent | c8348a24ea1e95d68e7e190ec19a4144328c001e (diff) | |
download | gcc-afc8e9f8cfd40e4eed91389d4c1484f91375ef16.zip gcc-afc8e9f8cfd40e4eed91389d4c1484f91375ef16.tar.gz gcc-afc8e9f8cfd40e4eed91389d4c1484f91375ef16.tar.bz2 |
Change testcase for pr96325 from run to compile.
2020-08-04 Paul Thomas <pault@gcc.gnu.org>
gcc/testsuite/
PR fortran/96325
* gfortran.dg/pr96325.f90: Change from run to compile.
-rw-r--r-- | gcc/testsuite/gfortran.dg/pr96325.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/pr96325.f90 b/gcc/testsuite/gfortran.dg/pr96325.f90 index 06314a2..62f4cfb 100644 --- a/gcc/testsuite/gfortran.dg/pr96325.f90 +++ b/gcc/testsuite/gfortran.dg/pr96325.f90 @@ -1,4 +1,4 @@ -! { dg-do run } +! { dg-do compile } ! ! Test the fix for PR96325 in which the typebound procedure reference ! 'foo' was applied to an intrinsic type component without generating |