From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id BA5343858414; Mon, 19 Jun 2023 15:18:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA5343858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687187933; bh=wnTgsRKW2ItRsYo1WEG7b2ZomyXGEl6N25q5ogDO9Gs=; h=From:To:Subject:Date:From; b=m068D2g3pSfVUeZbmcOJyxdcPYdYsigsjo7lr5Sy7DyxeMKT7T/oBQ9Gjgfzkimgq CfaJ+fHtEGKXbKGt7hp79+QLiAL3kW0jAt85i8Yo6cOMCpM09vBK5WgPUhbLEBHZhH 3IJuSLAxSVO3aKt441gDfasBZ4bwrCh1p4KHI+H0= 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-13] Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-13 X-Git-Oldrev: 180b5fe60a8c70d4f4aac1be9e2b34f6ac5cfa4b X-Git-Newrev: 4cb019e6403d259a41bbe8a95f54073b0e630e69 Message-Id: <20230619151853.BA5343858414@sourceware.org> Date: Mon, 19 Jun 2023 15:18:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:4cb019e6403d259a41bbe8a95f54073b0e630e69 commit 4cb019e6403d259a41bbe8a95f54073b0e630e69 Author: Thomas Schwinge Date: Mon Jun 19 17:18:25 2023 +0200 Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c' ERROR: libgomp.c/target-51.c: unknown dg option: \} for "}" Fix-up for recent commit 01fe115ba7eafebcf97bbac9e157038a003d0c85 "libgomp.c/target-51.c: Accept more error-msg variants in dg-output". libgomp/ * testsuite/libgomp.c/target-51.c: Fix DejaGnu directive syntax error. (cherry picked from commit de2d3b69eefde005759279d6739d9a0dbd2a05cc) Diff: --- libgomp/ChangeLog.omp | 8 ++++++++ libgomp/testsuite/libgomp.c/target-51.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index f9f821bd172..5eb770b6ed7 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,11 @@ +2023-06-19 Tobias Burnus + + Backported from mainline: + 2023-06-19 Thomas Schwinge + + * testsuite/libgomp.c/target-51.c: Fix DejaGnu directive syntax + error. + 2023-06-19 Tobias Burnus Backported from mainline: diff --git a/libgomp/testsuite/libgomp.c/target-51.c b/libgomp/testsuite/libgomp.c/target-51.c index db0363bfc14..7ff8122861f 100644 --- a/libgomp/testsuite/libgomp.c/target-51.c +++ b/libgomp/testsuite/libgomp.c/target-51.c @@ -9,7 +9,7 @@ /* See comment in target-50.c/target-50.c for why the output differs. */ -/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but .*" } } */ +/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but .*" } */ int main ()