[Bug lto/48508] ICE in output_die, at dwarf2out.c:11409
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 9 20:09:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list