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 PR 177757, ICE in fold


On Fri, 2004-10-01 at 12:21, Andrew Pinski wrote:
> The problem here is that we are using an already released as we have not
> rewritten it back into SSA because jump threading does not keep the SSA
> information up to date.  This patch just works around the issue but the
> correct fix would be rewrite jump threading (but that is not going to
> happen for 4.0.0, see previous discussions about it for more 
> information).
> We set the variable of the SSA_NAME back but not the type which is what
> this patch does.
When/how are we using the released name.  Details please.

jeff



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