]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
'gfortran.dg/gomp/allocate-4.f90' -> 'libgomp.fortran/allocate-5.f90'
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 30 Jan 2023 17:04:16 +0000 (18:04 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 9 Feb 2023 11:34:07 +0000 (12:34 +0100)
Otherwise, for build-tree testing:

    [...]/gcc/testsuite/gfortran.dg/gomp/allocate-4.f90:10:7: Fatal Error: Cannot open module file 'omp_lib.mod' for reading at (1): No such file or directory

..., and thus corresponding FAILs.

(Not renamed to 'libgomp.fortran/allocate-4.f90', as that one already exists.)

Fix-up for og12 commit 491478d12b83e102f72858e8a871a25c951df293
"Add parsing support for allocate directive (OpenMP 5.0)".

gcc/testsuite/
* gfortran.dg/gomp/allocate-4.f90: Cut.
libgomp/
* testsuite/libgomp.fortran/allocate-5.f90: Paste.

gcc/testsuite/ChangeLog.omp
libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.fortran/allocate-5.f90 [moved from gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 with 100% similarity]

index 936e7af0945876fcbd37e3440192b28c451a1196..f0c58e4d26a8e5374ed17b971313b37f9a5be4d2 100644 (file)
@@ -1,5 +1,7 @@
 2023-02-09  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * gfortran.dg/gomp/allocate-4.f90: Cut.
+
        * c-c++-common/gomp/uses_allocators-1.c: Cut.
        * c-c++-common/gomp/uses_allocators-2.c: Likewise.
        * c-c++-common/gomp/uses_allocators-3.c: Likewise.
index 0a3d53602da8ab6f443f699f896fdee2a87a73d4..603a17e4c8d4979d174df40e35d3e61498b7c6d5 100644 (file)
@@ -1,5 +1,7 @@
 2023-02-09  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * testsuite/libgomp.fortran/allocate-5.f90: Paste.
+
        * testsuite/libgomp.c++/c++.exp (check_effective_target_c)
        (check_effective_target_c++): New.
        * testsuite/libgomp.c/c.exp (check_effective_target_c)