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.