diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2021-05-31 16:38:05 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2021-05-31 16:38:05 +0200 |
commit | 9faaa091e53db9cb4aee137bb4a6a9c6a18c7af5 (patch) | |
tree | 46a222faa80e6b5f39d134f8a51c7441fba1405b /gcc | |
parent | 21d7bba242f1a7349adc6a57aa4c874f7bb159f8 (diff) | |
download | gcc-9faaa091e53db9cb4aee137bb4a6a9c6a18c7af5.zip gcc-9faaa091e53db9cb4aee137bb4a6a9c6a18c7af5.tar.gz gcc-9faaa091e53db9cb4aee137bb4a6a9c6a18c7af5.tar.bz2 |
gfortran.dg/gomp/depend-iterator-{1,2}.f90: Use dg-do compile
'dg-do run' is pointless -1 due to dg-error. And it won't work except
by chance for gomp tests; as -2 only has depend(out:), a 'dg-do compile'
is sufficient.
gcc/testsuite/ChangeLog:
* gfortran.dg/gomp/depend-iterator-1.f90: Use dg-do compile.
* gfortran.dg/gomp/depend-iterator-2.f90: Use dg-do compile.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 | 2 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/depend-iterator-2.f90 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 b/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 index cad36aa..d852b95 100644 --- a/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 @@ -1,4 +1,4 @@ -! { dg-do run } +! { dg-do compile } module mymod implicit none (type, external) diff --git a/gcc/testsuite/gfortran.dg/gomp/depend-iterator-2.f90 b/gcc/testsuite/gfortran.dg/gomp/depend-iterator-2.f90 index fa826a7..21fc327 100644 --- a/gcc/testsuite/gfortran.dg/gomp/depend-iterator-2.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/depend-iterator-2.f90 @@ -1,4 +1,4 @@ -! { dg-do run } +! { dg-do compile } module mymod implicit none (type, external) |