]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fortran: Fix free-form mixed OpenACC/OpenMP continuation state: 'gfortran.dg/goacc...
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 15 Apr 2026 08:29:21 +0000 (10:29 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Fri, 17 Apr 2026 14:32:55 +0000 (16:32 +0200)
We have 'gfortran.dg/goacc-gomp/goacc-gomp.exp'; use it for this OpenACC/OpenMP
test case added in commit 3d4039e95d851b8543884962ecf1a8e9e20669a8
"fortran: Fix free-form mixed OpenACC/OpenMP continuation state":
'gfortran.dg/goacc/omp-108382.f90' -> 'gfortran.dg/goacc-gomp/pr108382.f90'.

PR fortran/108382
gcc/testsuite/
* gfortran.dg/goacc/omp-108382.f90: Move...
* gfortran.dg/goacc-gomp/pr108382.f90: ... here, and adjust.

gcc/testsuite/gfortran.dg/goacc-gomp/pr108382.f90 [moved from gcc/testsuite/gfortran.dg/goacc/omp-108382.f90 with 83% similarity]

similarity index 83%
rename from gcc/testsuite/gfortran.dg/goacc/omp-108382.f90
rename to gcc/testsuite/gfortran.dg/goacc-gomp/pr108382.f90
index 6fb7f37fad03be2bf0060247759a01e16396cab9..43c0be501d462d1c5906301b11d8bda442ce45d2 100644 (file)
@@ -1,6 +1,3 @@
-! { dg-do compile }
-! { dg-additional-options "-fopenmp" }
-
 module m_108382_a
   implicit none
   integer :: x, y