http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46123
Summary: ICE: in output_aranges, at dwarf2out.c:11531 with -feliminate-dwarf2-dups -g and lambda function Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig...@gcc.gnu.org ReportedBy: zso...@seznam.cz Created attachment 22111 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22111 reduced testcase Compiler output (trunk): $ gcc -feliminate-dwarf2-dups -g -std=c++0x pr46123.C pr46123.C:8:1: internal compiler error: in output_aranges, at dwarf2out.c:11531 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Compiler output (4.5): $ gcc -feliminate-dwarf2-dups -g -std=c++0x pr46123.C pr46123.C:8:1: internal compiler error: in output_pubnames, at dwarf2out.c:10887 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Tested revisions: r165768 - crash 4.5 r165781 - crash 4.4 r165754 - doesn't recognise lambdas