diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-06-19 12:20:15 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2023-06-19 12:22:29 +0200 |
commit | de2d3b69eefde005759279d6739d9a0dbd2a05cc (patch) | |
tree | 15371a09f96568b082cbfe174c5c304ec1e3d241 /libgomp | |
parent | 8968e92cc65ef4cfe9dbba86b7873490139100b0 (diff) | |
download | gcc-de2d3b69eefde005759279d6739d9a0dbd2a05cc.zip gcc-de2d3b69eefde005759279d6739d9a0dbd2a05cc.tar.gz gcc-de2d3b69eefde005759279d6739d9a0dbd2a05cc.tar.bz2 |
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.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/testsuite/libgomp.c/target-51.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/target-51.c b/libgomp/testsuite/libgomp.c/target-51.c index db0363b..7ff8122 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 () |