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.
! 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)