diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/label-decl-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/label-decl-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/label-decl-4.c b/gcc/testsuite/gcc.dg/label-decl-4.c index 3cfe965..5661e01 100644 --- a/gcc/testsuite/gcc.dg/label-decl-4.c +++ b/gcc/testsuite/gcc.dg/label-decl-4.c @@ -7,7 +7,7 @@ void f (void) { __label__ a, b, a; /* { dg-error "duplicate label declaration 'a'" } */ - /* { dg-message "note: previous declaration of 'a' was here" "previous" { target *-*-* } 9 } */ + /* { dg-message "note: previous declaration of 'a' was here" "previous" { target *-*-* } .-1 } */ __label__ c; /* { dg-message "note: previous declaration of 'c' was here" } */ __label__ c; /* { dg-error "duplicate label declaration 'c'" } */ return; |