Commit 996f0578 by Janis Johnson Committed by Janis Johnson

* gcc.dg/uninit-4.c: XFAIL bogus warning for powerpc64.

From-SVN: r94754
parent e472ddb0
2005-02-08 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/uninit-4.c: XFAIL bogus warning for powerpc64.
2005-02-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> 2005-02-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.dg/substr_1.f90: New test. * gfortran.dg/substr_1.f90: New test.
......
...@@ -23,7 +23,7 @@ extern struct operation cpp_lex (void); ...@@ -23,7 +23,7 @@ extern struct operation cpp_lex (void);
void void
cpp_parse_expr (void) cpp_parse_expr (void)
{ {
int rprio; /* { dg-bogus "rprio" "uninitialized variable warning" } */ int rprio; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" { xfail { powerpc*-*-* && lp64 } } } */
struct operation op; struct operation op;
for (;;) for (;;)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment