Commit d4dd1741 by Mike Stump Committed by Mike Stump

re PR testsuite/48506 (ssa-ccp-17.c = g.i fails)

	PR testsuite/48506
	* gcc.dg/tree-ssa/ssa-ccp-17.c: Robustify against ports that
	default to fno-common.

From-SVN: r172218
parent 82fde1e5
2011-04-08 Mike Stump <mikestump@comcast.net>
PR testsuite/48506
* gcc.dg/tree-ssa/ssa-ccp-17.c: Robustify against ports that
default to fno-common.
2011-04-08 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/sibcall-3.c: Don't xfail on AVR.
......
......@@ -18,7 +18,7 @@ int bar(void)
return ((struct Foo *)p)->i;
}
const struct Foo g;
extern const struct Foo g;
int foobar(void)
{
......
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