diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/uninit-4.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/uninit-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/uninit-4.c b/gcc/testsuite/gcc.dg/uninit-4.c index 3a8d917..d39ecac 100644 --- a/gcc/testsuite/gcc.dg/uninit-4.c +++ b/gcc/testsuite/gcc.dg/uninit-4.c @@ -23,7 +23,7 @@ extern struct operation cpp_lex (void); void cpp_parse_expr (void) { - int rprio; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" { xfail { powerpc*-*-* && lp64 } } } */ + int rprio; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" } */ struct operation op; for (;;) |
