* gcc.dg/tree-ssa/ssa-ccp-17.c: Robustify against ports that
default to fno-common.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172218
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
return ((struct Foo *)p)->i;
}
-const struct Foo g;
+extern const struct Foo g;
int foobar(void)
{