This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/48508] ICE in output_die, at dwarf2out.c:11409


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]