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 tree-optimization/15848] Invalid GIMPLE generated


------- Additional Comments From dberlin at dberlin dot org  2004-06-06 15:00 -------
Subject: Re:  Invalid GIMPLE generated

> I have seen this too but I do not know if this is invalid GIMPLE or 
> not.  I think the problem is that &a is
> being considered a constant (if this is invalid GIMPLE).
>
Jason Merrill said:
I don't think that's valid; I thought we had decided that the cast 
needs to
be separate from the addr_expr.  Looks like a bug to me.


Which is why i filed it as a bug :).
If this isn't a bug, we probably need to mention that &a can be 
considered a constant in tree-ssa.texi



-- 


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


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