diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/funcdef-var-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/funcdef-var-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/funcdef-var-1.c b/gcc/testsuite/gcc.dg/funcdef-var-1.c index 63a5683..cef7026 100644 --- a/gcc/testsuite/gcc.dg/funcdef-var-1.c +++ b/gcc/testsuite/gcc.dg/funcdef-var-1.c @@ -5,6 +5,6 @@ /* { dg-options "-Wmissing-prototypes" } */ extern __typeof(foo) foo __asm__(""); /* { dg-error "undeclared" } */ -/* { dg-message "note: previous declaration" "previous declaration" { target *-*-* } 7 } */ +/* { dg-message "note: previous declaration" "previous declaration" { target *-*-* } .-1 } */ void *foo (void) {} /* { dg-error "redeclared as different kind of symbol" } */ -/* { dg-warning "no previous prototype" "no previous prototype" { target *-*-* } 9 } */ +/* { dg-warning "no previous prototype" "no previous prototype" { target *-*-* } .-1 } */ |