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

From-SVN: r94754
This commit is contained in:
Janis Johnson 2005-02-09 00:17:32 +00:00 committed by Janis Johnson
parent e472ddb0c3
commit 996f05787d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* gfortran.dg/substr_1.f90: New test.

View File

@ -23,7 +23,7 @@ extern struct operation cpp_lex (void);
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;
for (;;)