http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51822
Bug #: 51822 Summary: libitm.c++/eh-1.C FAILs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: r...@gcc.gnu.org CC: al...@gcc.gnu.org Host: i386-pc-solaris2* Target: i386-pc-solaris2* Build: i386-pc-solaris2* The libitm.c++/eh-1.C test FAILs on various Solaris/x86 configurations with terminate called after throwing an instance of 'int' The failure matrix is strange, though: as, ld gas, ld gas, gld Solaris 8 PASS FAIL FAIL Solaris 9 PASS FAIL FAIL Solaris 10, 32-bit FAIL (1) FAIL (2) 64-bit FAIL (1) FAIL (2) Solaris 11, 32-bit FAIL (1) PASS PASS 64-bit FAIL (1) FAIL FAIL (1) Those failures are unrelated, cf. http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02093.html. (2) Doesn't currently bootstrap. I'd have expected the gas, ld and gas, gld configurations to pass instead of the as, ld onces since (unlike as) gas supports the .cfi* mnemonics in config/x86/sjlj.S. Rainer