From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 31A693858D39; Mon, 19 Jun 2023 10:22:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31A693858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687170173; bh=tEAwhYP9m8n/n+AzpQg5K08LOCoY0Za5gzNzbyXt/k8=; h=From:To:Subject:Date:From; b=FxiGPTfMs247QbWX32OWuuOYI/lz6pSdnpJlFzawyPIRnRN6/ZaPoMbYZLQizBAH9 CQ1xpcwZPnqkMTeCjp3zREbgqXuBqHpgeKjyWVV41LqitwDdH4nkoNX3HU/U57hJmC fKfGRHpMZ1fL3Roy91qAhZvQcgrAsFMJa36bXdkk= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-1938] 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/master X-Git-Oldrev: 8968e92cc65ef4cfe9dbba86b7873490139100b0 X-Git-Newrev: de2d3b69eefde005759279d6739d9a0dbd2a05cc Message-Id: <20230619102253.31A693858D39@sourceware.org> Date: Mon, 19 Jun 2023 10:22:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:de2d3b69eefde005759279d6739d9a0dbd2a05cc commit r14-1938-gde2d3b69eefde005759279d6739d9a0dbd2a05cc Author: Thomas Schwinge Date: Mon Jun 19 12:20:15 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. Diff: --- libgomp/testsuite/libgomp.c/target-51.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()