public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1938] Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c'
@ 2023-06-19 10:22 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-06-19 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:de2d3b69eefde005759279d6739d9a0dbd2a05cc

commit r14-1938-gde2d3b69eefde005759279d6739d9a0dbd2a05cc
Author: Thomas Schwinge <thomas@codesourcery.com>
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 ()

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-19 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 10:22 [gcc r14-1938] Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c' Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).