This is the mail archive of the gcc-patches@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]

Re: [PATCH] FIX 20513


Nathan Sidwell wrote:
This patch fixed 20513, a dwarf ICE.  We die, emitting the debug info of
a USING_DECL because we did not expect a FIELD_DECL in force_decl_die.
The related PR 15736 worked, because in that case we do not delay
emitting the debug info of the base class.

booted & tested on i686-pc-linux-gnu, ok?

I'm not sure how to choose between your patch and Jakub's patch, but I think we should get one of them checked in. Jason, care to comment?


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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