From: Paul-Antoine Arras Date: Fri, 27 Oct 2023 10:30:26 +0000 (+0200) Subject: Move OpenMP tests to gomp subdir X-Git-Tag: basepoints/gcc-15~5169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da9146d23829f39cd86854b33fe54781f65c111;p=thirdparty%2Fgcc.git Move OpenMP tests to gomp subdir 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. --- diff --git a/gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90 b/gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90 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 131603d38197..777181cece0e 100644 --- a/gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90 @@ -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) diff --git a/gcc/testsuite/gfortran.dg/c_ptr_tests_21.f90 b/gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_21.f90 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 060d29d02759..b41073616355 100644 --- a/gcc/testsuite/gfortran.dg/c_ptr_tests_21.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_21.f90 @@ -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