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

[Bug middle-end/26836] ICE on valid code (tree type is null in tree-gimple.c)



------- Comment #4 from law at redhat dot com  2006-03-24 14:51 -------
Subject: Re:  ICE on valid code (tree type is null in
        tree-gimple.c)

On Fri, 2006-03-24 at 10:24 +0000, rguenth at gcc dot gnu dot org wrote:
> 
> ------- Comment #1 from rguenth at gcc dot gnu dot org  2006-03-24 10:24 -------
> Seems to be fixed now.
Yes.  That should have been fixed with my patch from last night.

A null tree-type on an SSA_NAME is a symptom of having an SSA_NAME
in the IL and the freelist -- we null-out TREE_TYPE as we put the
name on the list.

jeff


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26836


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