From: Paul Thomas Date: Tue, 4 Aug 2020 06:53:50 +0000 (+0100) Subject: Change testcase for pr96325 from run to compile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc8e9f8cfd40e4eed91389d4c1484f91375ef16;p=thirdparty%2Fgcc.git Change testcase for pr96325 from run to compile. 2020-08-04 Paul Thomas gcc/testsuite/ PR fortran/96325 * gfortran.dg/pr96325.f90: Change from run to compile. --- diff --git a/gcc/testsuite/gfortran.dg/pr96325.f90 b/gcc/testsuite/gfortran.dg/pr96325.f90 index 06314a21bb80..62f4cfbf3b23 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