http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46869
--- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2010-12-17 16:09:09 UTC --- > --- Comment #6 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2010-12-16 > 22:49:23 UTC --- > > Does this still happen if -g is removed? (Via -g0) I've manually checked for FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZN7derivedC2Ev Both symbols only occur in stabs, but are gone with -g0. I've found no easy way to compile the tests with -g0 from runtest, though. Setting DEFAULT_CXXFLAGS=-g0 either on the runtest command line or in site.exp seems to have no effect. Rainer