public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4970] Move OpenMP tests to gomp subdir
@ 2023-10-27 10:32 Paul-Antoine Arras
  0 siblings, 0 replies; only message in thread
From: Paul-Antoine Arras @ 2023-10-27 10:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8da9146d23829f39cd86854b33fe54781f65c111

commit r14-4970-g8da9146d23829f39cd86854b33fe54781f65c111
Author: Paul-Antoine Arras <pa@codesourcery.com>
Date:   Fri Oct 27 12:30:26 2023 +0200

    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:
---
 gcc/testsuite/gfortran.dg/{ => gomp}/c_ptr_tests_20.f90 | 2 --
 gcc/testsuite/gfortran.dg/{ => gomp}/c_ptr_tests_21.f90 | 2 --
 2 files changed, 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
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-27 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-27 10:32 [gcc r14-4970] Move OpenMP tests to gomp subdir Paul-Antoine Arras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).