From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 5D1B63858C50; Thu, 9 Feb 2023 11:34:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D1B63858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675942478; bh=xCWjxT3e1apkJDrL3ROVfTBoDyRQvwe8BtesveFMPcQ=; h=From:To:Subject:Date:From; b=Gf/IIshtTB/jmSGKvHHu63E766tY6tXOYhhl/ZLfjYuJO4eXjBqgHK1I2V7fCfQSa rdoouhU4DrT6X/wClZekg6l2KCzoY8XYAFWfqFDOMDZgX7icQPaDenwHvajw5tm97Q RYkI8/cSX4kLacedLBd6EXxq4kpJA4JCLt1QYBjo= 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] 'gfortran.dg/gomp/allocate-4.f90' -> 'libgomp.fortran/allocate-5.f90' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 6e0ba07ff1859bc822c7220bfff18e7e9a147206 X-Git-Newrev: 7e1963a4e6ac97b6629c1e9e858ae28487f518cf Message-Id: <20230209113438.5D1B63858C50@sourceware.org> Date: Thu, 9 Feb 2023 11:34:38 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7e1963a4e6ac97b6629c1e9e858ae28487f518cf commit 7e1963a4e6ac97b6629c1e9e858ae28487f518cf Author: Thomas Schwinge Date: Mon Jan 30 18:04:16 2023 +0100 'gfortran.dg/gomp/allocate-4.f90' -> 'libgomp.fortran/allocate-5.f90' 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. Diff: --- gcc/testsuite/ChangeLog.omp | 2 ++ libgomp/ChangeLog.omp | 2 ++ .../allocate-4.f90 => libgomp/testsuite/libgomp.fortran/allocate-5.f90 | 0 3 files changed, 4 insertions(+) diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 936e7af0945..f0c58e4d26a 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,5 +1,7 @@ 2023-02-09 Thomas Schwinge + * 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. diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 0a3d53602da..603a17e4c8d 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,5 +1,7 @@ 2023-02-09 Thomas Schwinge + * 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) diff --git a/gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 b/libgomp/testsuite/libgomp.fortran/allocate-5.f90 similarity index 100% rename from gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 rename to libgomp/testsuite/libgomp.fortran/allocate-5.f90