diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/redecl-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/redecl-1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/redecl-1.c b/gcc/testsuite/gcc.dg/redecl-1.c index d2355ba..09b70d7 100644 --- a/gcc/testsuite/gcc.dg/redecl-1.c +++ b/gcc/testsuite/gcc.dg/redecl-1.c @@ -74,7 +74,7 @@ void test5(void) /* Extern then static, both at file scope. */ -extern int test6(int); /* { dg-warning "previous" "" { xfail *-*-* } } */ +extern int test6(int); /* { dg-warning "previous" "" } */ static int test6(int x) { return x; } /* { dg-warning "follows non-static" } */ @@ -83,7 +83,7 @@ static int test6(int x) void prime7(void) { - extern int test7(int); /* { dg-warning "previous" "" { xfail *-*-* } } */ + extern int test7(int); /* { dg-warning "previous" "" } */ } static int test7(int x) @@ -93,7 +93,7 @@ static int test7(int x) void prime8(void) { - test8(); /* { dg-warning "previous" "" { xfail *-*-* } } */ + test8(); /* { dg-warning "previous" "" } */ /* { dg-warning "implicit" "" { target *-*-* } 96 } */ } |
