This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] FIX 20513
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Nathan Sidwell <nathan at codesourcery dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Wed, 23 Mar 2005 11:47:09 -0500
- Subject: Re: [PATCH] FIX 20513
- References: <4241963B.9080909@codesourcery.com> <20050323164306.GA32746@devserv.devel.redhat.com>
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