This is the mail archive of the gcc@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: Regression for trunk on i686-pc-linux-gnu


On Tue, 2004-07-27 at 16:10, Richard Kenner wrote:

> I think that's the point: because it will be folded away, it
> apparently has to be accepted here.
> 
No.  &* is never folded away.  It makes no sense in GIMPLE.  We fold
*&var to var, but we have no notion of taking the address of a pointer
dereference.

I don't even think it makes sense in GIMPLE.  The alias analyzer would
get all bent out of shape if it tried to analyze &*PTR.


Diego.


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