http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50085
Bug #: 50085 Summary: [4.7 Regression] FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE on x86_64-apple-darwin10 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassig...@gcc.gnu.org ReportedBy: domi...@lps.ens.fr CC: h...@gcc.gnu.org Host: x86_64-apple-darwin10 Target: x86_64-apple-darwin10 Build: x86_64-apple-darwin10 The change at revision 176090 changed g++.dg/opt/life1.C from "unsupported", i.e., with // { dg-do compile { target i?86-*-linux* x86_64-*-linux* } } // { dg-require-effective-target ilp32 } to "unexpected failures", i.e., with // { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }