From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 69A6C3858D32; Thu, 7 Jul 2022 12:08:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69A6C3858D32 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] Adjust 'libgomp.c-c++-common/requires-3.c' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 72777e6c3cd850289926b11158a403d89ba1eb8a X-Git-Newrev: f86ab292ecc4e34aaecf2290da521ec39fb2453b Message-Id: <20220707120829.69A6C3858D32@sourceware.org> Date: Thu, 7 Jul 2022 12:08:29 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2022 12:08:29 -0000 https://gcc.gnu.org/g:f86ab292ecc4e34aaecf2290da521ec39fb2453b commit f86ab292ecc4e34aaecf2290da521ec39fb2453b Author: Thomas Schwinge Date: Thu Jul 7 14:05:17 2022 +0200 Adjust 'libgomp.c-c++-common/requires-3.c' As documented, this one does "Check diagnostic by device-compiler's lto1". Indeed there are none when compiling with '-foffload=disable' with an offloading-enabled compiler, so we should use 'offload_target_[...]', as used in other similar test cases. Follow-up to recent commit 683f11843974f0bdf42f79cdcbb0c2b43c7b81b0 "OpenMP: Move omp requires checks to libgomp". libgomp/ * testsuite/libgomp.c-c++-common/requires-3.c: Adjust. (cherry picked from commit 99831ceb872cd1a3f3207fd2dfe03ef65dd9089b) Diff: --- libgomp/ChangeLog.omp | 7 +++++++ libgomp/testsuite/libgomp.c-c++-common/requires-3.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index ab3dce72077..8ace421648f 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,10 @@ +2022-07-07 Tobias Burnus + + Backport from mainline: + 2022-07-07 Thomas Schwinge + + * testsuite/libgomp.c-c++-common/requires-3.c: Adjust. + 2022-07-07 Tobias Burnus Backport from mainline: diff --git a/libgomp/testsuite/libgomp.c-c++-common/requires-3.c b/libgomp/testsuite/libgomp.c-c++-common/requires-3.c index 4b07ffdd09b..7091f400ef0 100644 --- a/libgomp/testsuite/libgomp.c-c++-common/requires-3.c +++ b/libgomp/testsuite/libgomp.c-c++-common/requires-3.c @@ -1,4 +1,4 @@ -/* { dg-do link { target offloading_enabled } } */ +/* { dg-do link { target { offload_target_nvptx || offload_target_amdgcn } } } */ /* { dg-additional-sources requires-3-aux.c } */ /* Check diagnostic by device-compiler's lto1.