http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54251
Bug #: 54251 Summary: FAIL: g++.dg/debug/dwarf2/nested-4.C -std=gnu++[98,11] scan-assembler-times debug_types 2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig...@gcc.gnu.org ReportedBy: howa...@nitro.med.uc.edu Created attachment 28008 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28008 assembly from -m32 test of g++.dg/debug/dwarf2/nested-4.C -std=gnu++11 The regressions... FAIL: g++.dg/debug/dwarf2/nested-4.C -std=gnu++98 scan-assembler-times debug_types 2 FAIL: g++.dg/debug/dwarf2/nested-4.C -std=gnu++11 scan-assembler-times debug_types 2 appeared sometime after r189637 but on or before r189751. The nested-4.s generated for the failing -std=gnu++11 test with... /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/g++/../../g++ -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/g++/../../ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C -fno-diagnostics-show-caret -nostdinc++ -I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.0.0/i386/libstdc++-v3/include/x86_64-apple-darwin12.0.0 -I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.0.0/i386/libstdc++-v3/include -I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/libstdc++-v3/libsupc++ -I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/libstdc++-v3/include/backward -I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/libstdc++-v3/testsuite/util -fmessage-length=0 -std=gnu++11 -gdwarf-4 -fdebug-types-section -S -m32 -o nested-4.s is attached.