]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations: 'gfortra...
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 15 Apr 2026 08:28:03 +0000 (10:28 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Fri, 17 Apr 2026 14:32:54 +0000 (16:32 +0200)
We (nowadays) have 'gfortran.dg/goacc-gomp/goacc-gomp.exp'; use it for this
OpenACC/OpenMP test case added in r230872
(commit aa81272c9f98818910466728a58425d44884983a)
"[PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations":
'gfortran.dg/goacc/omp-fixed.f' -> 'gfortran.dg/goacc-gomp/pr63858.f'.

PR fortran/63858
gcc/testsuite/
* gfortran.dg/goacc/omp-fixed.f: Move...
* gfortran.dg/goacc-gomp/pr63858.f: ... here, and adjust.

gcc/testsuite/gfortran.dg/goacc-gomp/pr63858.f [moved from gcc/testsuite/gfortran.dg/goacc/omp-fixed.f with 94% similarity]

similarity index 94%
rename from gcc/testsuite/gfortran.dg/goacc/omp-fixed.f
rename to gcc/testsuite/gfortran.dg/goacc-gomp/pr63858.f
index b1e7affc457c2d284661f0cc81a26e96182789e9..edf313d379e4bba880dce3887b77daf98dc08483 100644 (file)
@@ -1,5 +1,3 @@
-! { dg-do compile }
-! { dg-additional-options "-fopenmp" }
       SUBROUTINE ICHI
       INTEGER :: ARGC
       ARGC = COMMAND_ARGUMENT_COUNT ()