On Mon, 5 Dec 2011, Uros Bizjak wrote: > Hello! > > Just skip these tests when -fno-fat-lto-objects was added to options. > > 2011-12-05 Uros Bizjak <ubiz...@gmail.com> > > PR testsuite/51128 > * gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed. > * gcc.dg/torture/pr39074.c: Ditto. > * gcc.dg/torture/pr39074-2.c: Ditto. > * gcc.dg/torture/pr42898.c: Ditto. > * gcc.dg/torture/pr42898-2.c: Ditto. > * gcc.dg/torture/pr45704.c: Ditto. > * gcc.dg/torture/pr50472.c: Ditto. > * gcc.dg/torture/pta-callused-1.c: Ditto. > * gcc.dg/torture/pta-ptrarith-1.c: Ditto. > * gcc.dg/torture/pta-ptrarith-2.c: Ditto. > * gcc.dg/torture/pta-ptrarith-3.c: Ditto. > * gcc.dg/torture/pta-escape-1.c: Ditto. > * gcc.dg/torture/ipa-pta-1.c: Ditto. > * gcc.dg/torture/ssa-pta-fn-1.c: Ditto. > > Tested on x86_64-pc-linux-gnu {, -m32}, committed to mainline SVN.
For future reference, doing <http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01998.html> would have been better than this scattered approach. brgds, H-P