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: [tree-ssa] ccp/aliasing problem


On Wed, 2004-02-11 at 06:39, Zdenek Dvorak wrote:

> which is wrong, since __first._M_current is the same place as
> *(int * const *)&__first and I have lost the dependency.  Where's the
> problem?
> 
Aliasing.  It's hard to tell without the actual test case, but it seems
to me that __first ought to be in the alias set of D38552's memory tag. 
See if the aliasing changes I committed yesterday make a difference.  If
not, please open a PR and assign it to me.

Also, are you sure that the input program is not pulling a fast one?


Thanks.  Diego.


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