Commit e3961da6 by Ian Lance Taylor Committed by Ian Lance Taylor

re PR middle-end/13127 (Inlining causes spurious "might be used uninitialized" warnings)

	PR middle-end/13127
	* gcc.dg/20040206-1.c: Remove xfail on bogus warning which is no
	longer emitted.

From-SVN: r93766
parent 81bafd36
2005-01-16 Ian Lance Taylor <ian@c2micro.com>
PR middle-end/13127
* gcc.dg/20040206-1.c: Remove xfail on bogus warning which is no
longer emitted.
2005-01-16 Bud Davis <bdavis9659@comcast.net>
PR fortran/18778
......
......@@ -8,4 +8,4 @@
returning non-void" is PR 13000. */
static int foo (int a __attribute__((unused)) ) { } /* { dg-warning "return" "" { xfail *-*-* } } */
int main (void) { return foo (0); } /* { dg-bogus "uninitialized" "" { xfail *-*-* } } */
int main (void) { return foo (0); }
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