]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move OpenMP tests to gomp subdir
authorPaul-Antoine Arras <pa@codesourcery.com>
Fri, 27 Oct 2023 10:30:26 +0000 (12:30 +0200)
committerPaul-Antoine Arras <pa@codesourcery.com>
Fri, 27 Oct 2023 10:31:59 +0000 (12:31 +0200)
gcc/testsuite/ChangeLog:

* gfortran.dg/c_ptr_tests_20.f90: Moved to...
* gfortran.dg/gomp/c_ptr_tests_20.f90: ...here.
* gfortran.dg/c_ptr_tests_21.f90: Moved to...
* gfortran.dg/gomp/c_ptr_tests_21.f90: ...here.

gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90 [moved from gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90 with 94% similarity]
gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_21.f90 [moved from gcc/testsuite/gfortran.dg/c_ptr_tests_21.f90 with 95% similarity]

similarity index 94%
rename from gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90
rename to gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90
index 131603d38197f0d07a87f62c7fd09bcddd6993e8..777181cece0e5625a76907022b97bf8987b3cfd7 100644 (file)
@@ -1,6 +1,4 @@
 ! { dg-do compile }
-! { dg-require-effective-target fopenmp }
-! { dg-additional-options "-fopenmp" }
 !
 ! This failed to compile the declare variant directive due to the C_PTR 
 ! arguments to foo being recognised as INTEGER(8)
similarity index 95%
rename from gcc/testsuite/gfortran.dg/c_ptr_tests_21.f90
rename to gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_21.f90
index 060d29d02759cd45f80b6c20f227d57ee98fb47e..b41073616355fdc52287a8ab38f9f4289029cd2a 100644 (file)
@@ -1,6 +1,4 @@
 ! { dg-do compile }
-! { dg-require-effective-target fopenmp }
-! { dg-additional-options "-fopenmp" }
 !
 ! Ensure that C_PTR and C_FUNPTR are reported as incompatible types in variant 
 ! argument lists