From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 62AE93858C50; Thu, 9 Feb 2023 11:12:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62AE93858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675941157; bh=Ew7vtSYq/6XLo40YGI6O9bS42GP69zzGMBIr0rCjfJU=; h=From:To:Subject:Date:From; b=xvN8k+Z97oFE3aO/XvTB0dlxfw5Ofp0xP6RkZUM3l6wN035ddSRNM9timkWpJo53j aypaSS7Xjpe+Sdh/TlhMglAZ3Mo4VTVABOW7SRbSMEloydtmZ2DQ0WLVjVej3o5Uvb XhbftD1kn7nEZwkhP4IoRie37b61RWTHOrWpvLCw= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] 'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-common/alloc-pinned-1.c' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: f98e0d62108e9bc9cdcdb53f5b7e356a81a3e6a2 X-Git-Newrev: 9c0ffa3776a135a69697253a0bd75ebf9b9d0150 Message-Id: <20230209111237.62AE93858C50@sourceware.org> Date: Thu, 9 Feb 2023 11:12:37 +0000 (GMT) List-Id: https://gcc.gnu.org/g:9c0ffa3776a135a69697253a0bd75ebf9b9d0150 commit 9c0ffa3776a135a69697253a0bd75ebf9b9d0150 Author: Thomas Schwinge Date: Mon Jan 30 17:46:29 2023 +0100 'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-common/alloc-pinned-1.c' 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. Diff: --- gcc/testsuite/ChangeLog.omp | 2 ++ libgomp/ChangeLog.omp | 4 ++++ .../gomp => libgomp/testsuite/libgomp.c-c++-common}/alloc-pinned-1.c | 0 3 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 42769c7dae5..9f9d5a10ac3 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,5 +1,7 @@ 2023-02-09 Thomas Schwinge + * c-c++-common/gomp/alloc-pinned-1.c: Cut. + * gfortran.dg/gomp/allocate-4.f90: Fix 'omp_allocator_handle_kind' example. diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index d319d43ceb0..39165173884 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,7 @@ +2023-02-09 Thomas Schwinge + + * testsuite/libgomp.c-c++-common/alloc-pinned-1.c: Paste. + 2023-02-08 Tobias Burnus Backported from master: diff --git a/gcc/testsuite/c-c++-common/gomp/alloc-pinned-1.c b/libgomp/testsuite/libgomp.c-c++-common/alloc-pinned-1.c similarity index 100% rename from gcc/testsuite/c-c++-common/gomp/alloc-pinned-1.c rename to libgomp/testsuite/libgomp.c-c++-common/alloc-pinned-1.c