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



On Mar 23, 2005, at 11:43 AM, Jakub Jelinek wrote:


On Wed, Mar 23, 2005 at 04:15:55PM +0000, 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?

Isn't this a dup of PR debug/19406?
At least I can't reproduce the ICE on gcc-4_0-rhl-branch (which has PR19406
fix), while can with gcc-4_0-branch.

Yes it is a dup, I had missed it some how when I reduced the source.


-- Pinski


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