]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
openmp: Teach omp_code_to_statement about rest of OpenMP statements: 'gfortran.dg...
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 15 Apr 2026 08:16:11 +0000 (10:16 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Fri, 17 Apr 2026 14:32:55 +0000 (16:32 +0200)
We (nowadays) have 'gfortran.dg/goacc-gomp/goacc-gomp.exp'; use it for this
OpenACC/OpenMP test case added in
commit a38979d9d7a4ab08336436052704028c56187618
"openmp: Teach omp_code_to_statement about rest of OpenMP statements":
'gfortran.dg/goacc/pr93329.f90' -> 'gfortran.dg/goacc-gomp/pr93329.f90'.

PR fortran/93329
gcc/testsuite/
* gfortran.dg/goacc/pr93329.f90: Move...
* gfortran.dg/goacc-gomp/pr93329.f90: ... here, and adjust.

gcc/testsuite/gfortran.dg/goacc-gomp/pr93329.f90 [moved from gcc/testsuite/gfortran.dg/goacc/pr93329.f90 with 98% similarity]

similarity index 98%
rename from gcc/testsuite/gfortran.dg/goacc/pr93329.f90
rename to gcc/testsuite/gfortran.dg/goacc-gomp/pr93329.f90
index cf9c5560b701db64fb44e3c6f91a00adec115e39..26a32afa162683901d3cbb45660644c83642f16a 100644 (file)
@@ -1,6 +1,5 @@
 ! PR fortran/93329
-! { dg-do compile { target fopenmp } }
-! { dg-additional-options "-fopenmp -Wno-deprecated-openmp" }
+! { dg-additional-options -Wno-deprecated-openmp }
 
   integer :: x, y, z
   integer :: a(32)