This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/48508] ICE in output_die, at dwarf2out.c:11409
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 20:04:44 +0000
- Subject: [Bug lto/48508] ICE in output_die, at dwarf2out.c:11409
- Auto-submitted: auto-generated
- References: <bug-48508-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48508
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-12-09 20:04:44 UTC ---
Created attachment 26035
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26035
Patch to avoid generating abstract function for block extern
While I was looking at what we do in normal compilation I noticed that do call
dwarf2out_abstract_function for an inlined block extern, which seems wrong;
this patch fixes that, and I thought it could go in along with the fix for this
bug.