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.
---
.../{goacc/omp-108382.f90 => goacc-gomp/pr108382.f90} | 3 ---
1 file changed, 3 deletions(-)
rename gcc/testsuite/gfortran.dg/{goacc/omp-108382.f90 =>
goacc-gomp/pr108382.f90} (83%)
diff --git a/gcc/testsuite/gfortran.dg/goacc/omp-108382.f90
b/gcc/testsuite/gfortran.dg/goacc-gomp/pr108382.f90
similarity index 83%
rename from gcc/testsuite/gfortran.dg/goacc/omp-108382.f90
rename to gcc/testsuite/gfortran.dg/goacc-gomp/pr108382.f90
index 6fb7f37fad03..43c0be501d46 100644
--- a/gcc/testsuite/gfortran.dg/goacc/omp-108382.f90
+++ b/gcc/testsuite/gfortran.dg/goacc-gomp/pr108382.f90
@@ -1,6 +1,3 @@
-! { dg-do compile }
-! { dg-additional-options "-fopenmp" }
-
module m_108382_a
implicit none
integer :: x, y
--
2.34.1