https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64751
Bug ID: 64751 Summary: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19486 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: zzt13 at software dot nju.edu.cn Created attachment 34555 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34555&action=edit The console output(I pasted it into the temp file) and a temp file when using `-v -save-temps` produces. When compiling my program, gcc told me there is a internal compiler error as above said. The error is disappear is I comment all header of standard libary of c++.