This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/51564] [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288
- From: "matt at use dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 May 2012 20:19:01 +0000
- Subject: [Bug debug/51564] [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288
- Auto-submitted: auto-generated
- References: <bug-51564-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564
--- Comment #7 from Matt Hargett <matt at use dot net> 2012-05-11 20:19:01 UTC ---
Applying the patch does allow DWARF serialization to get further, but now it
dies here:
internal compiler error: in add_AT_specification, at dwarf2out.c:7536
It looks like this problem (hiding beneath the original) is related to PR47839,
whose fix was fortran front-end specific.
Should I just file a new bug and reference these other bugs?