]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-common/alloc-pinned-1.c'
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 30 Jan 2023 16:46:29 +0000 (17:46 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 9 Feb 2023 11:10:22 +0000 (12:10 +0100)
Otherwise, for build-tree testing:

    xgcc: fatal error: cannot read spec file 'libgomp.spec': No such file or directory

..., and thus corresponding FAILs, UNRESOLVEDs.

Fix-up for og12 commit 842df187487f5b16ae29bbe7e9acd79661a9df48
"openmp: -foffload-memory=pinned".

gcc/testsuite/
* c-c++-common/gomp/alloc-pinned-1.c: Cut.
libgomp/
* testsuite/libgomp.c-c++-common/alloc-pinned-1.c: Paste.

gcc/testsuite/ChangeLog.omp
libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.c-c++-common/alloc-pinned-1.c [moved from gcc/testsuite/c-c++-common/gomp/alloc-pinned-1.c with 100% similarity]

index 42769c7dae5e654e108961e15841ec1b23d7fa2f..9f9d5a10ac3529ad79f11655047e55400fcb69e8 100644 (file)
@@ -1,5 +1,7 @@
 2023-02-09  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * c-c++-common/gomp/alloc-pinned-1.c: Cut.
+
        * gfortran.dg/gomp/allocate-4.f90: Fix 'omp_allocator_handle_kind'
        example.
 
index d319d43ceb01aee1b07795c5cd93ff69c4a882dd..39165173884b90ce73f9b191e6ba79dbd6c6571b 100644 (file)
@@ -1,3 +1,7 @@
+2023-02-09  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.c-c++-common/alloc-pinned-1.c: Paste.
+
 2023-02-08  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master: