diff options
author | Paul-Antoine Arras <pa@codesourcery.com> | 2023-10-27 12:30:26 +0200 |
---|---|---|
committer | Paul-Antoine Arras <pa@codesourcery.com> | 2023-10-27 12:31:59 +0200 |
commit | 8da9146d23829f39cd86854b33fe54781f65c111 (patch) | |
tree | 4478973d920c3f442b6ab441238985bb02899e1e | |
parent | 372e2d62bcb27287234f30908af167886611c12a (diff) | |
download | gcc-8da9146d23829f39cd86854b33fe54781f65c111.zip gcc-8da9146d23829f39cd86854b33fe54781f65c111.tar.gz gcc-8da9146d23829f39cd86854b33fe54781f65c111.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90 (renamed from gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_21.f90 (renamed from gcc/testsuite/gfortran.dg/c_ptr_tests_21.f90) | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gfortran.dg/c_ptr_tests_20.f90 b/gcc/testsuite/gfortran.dg/gomp/c_ptr_tests_20.f90 index 131603d3..777181c 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 index 060d29d..b410736 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 |