This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Fix PR c/14963, ICE after an error
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 27 Jun 2004 16:26:27 -0700
- Subject: Re: [committed] Fix PR c/14963, ICE after an error
- References: <200406272044.i5RKish05952@tin.geop.uc.edu>
On Sun, Jun 27, 2004 at 04:44:53PM -0400, Andrew Pinski wrote:
> The problem in this case was there was not a check if the type
> was null. This patch fixes that.
>
> Committed as obvious.
Not obvious. Why would type be null as opposed to error_mark_node?
r~