diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20030612-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20030612-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20030612-1.c b/gcc/testsuite/gcc.dg/20030612-1.c index 5ecc4c1da89..2c4a8d3e7e0 100644 --- a/gcc/testsuite/gcc.dg/20030612-1.c +++ b/gcc/testsuite/gcc.dg/20030612-1.c @@ -8,7 +8,7 @@ void foo() long x = 3; (void)({ A = B + x + ((1) - 1); - return; /* { dg-warning "statement-expressions should end with a non-void expression" } */ + return; /* { dg-warning "statement-expressions should end with a non-void expression" "" { xfail *-*-* } } */ }); } |