public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1176] testsuite: Add a missing USER_LABEL_PREFIX to a regex.
@ 2022-06-20 15:18 Iain D Sandoe
0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2022-06-20 15:18 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:a78e5d307c69d4e91cd0e43d84e98be9593e68de
commit r13-1176-ga78e5d307c69d4e91cd0e43d84e98be9593e68de
Author: Iain Sandoe <iain@sandoe.co.uk>
Date: Sun Jun 19 10:16:26 2022 +0100
testsuite: Add a missing USER_LABEL_PREFIX to a regex.
Fixes this test on Darwin.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/ChangeLog:
* g++.dg/modules/init-2_b.C: Add a missing USER_LABEL_PREFIX
to a regex.
Diff:
---
gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/g++.dg/modules/init-2_b.C b/gcc/testsuite/g++.dg/modules/init-2_b.C
index a98e67616a2..e30a555e39a 100644
--- a/gcc/testsuite/g++.dg/modules/init-2_b.C
+++ b/gcc/testsuite/g++.dg/modules/init-2_b.C
@@ -8,4 +8,4 @@ import Foo;
// There should be an idempotency check
// { dg-final { scan-assembler {_ZZ9_ZGIW3BarE9__in_chrg} } }
// { dg-final { scan-assembler {call[ \t]+_?_ZGIW3Foo} { target i?86-*-* x86_64-*-* } } }
-// { dg-final { scan-assembler {.(quad|long)[ \t]+_ZGIW3Bar} { target i?86-*-* x86_64-*-* } } }
+// { dg-final { scan-assembler {.(quad|long)[ \t]+_?_ZGIW3Bar} { target i?86-*-* x86_64-*-* } } }
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-20 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 15:18 [gcc r13-1176] testsuite: Add a missing USER_LABEL_PREFIX to a regex Iain D Sandoe
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).