diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/cpp')
-rw-r--r-- | gcc/testsuite/c-c++-common/cpp/embed-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/cpp/embed-10.c b/gcc/testsuite/c-c++-common/cpp/embed-10.c index a358384..e797f79 100644 --- a/gcc/testsuite/c-c++-common/cpp/embed-10.c +++ b/gcc/testsuite/c-c++-common/cpp/embed-10.c @@ -7,4 +7,4 @@ const char *p = /* { dg-error "makes pointer from integer without a cast" "" { target c } .-2 } */ /* { dg-error "expected identifier" "" { target c } .-3 } */ /* { dg-error "invalid conversion" "" { target c++ } .-4 } */ -/* { dg-error "expected unqualified-id before numeric constant" "" { target c++ } .-5 } */ +/* { dg-error "expected unqualified-id before (?:numeric constant|'#embed')" "" { target c++ } .-5 } */ |