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: [tree-ssa] Fix problems with void * and GIMPLE typecasts[patch]


On Sun, 2003-09-21 at 12:28, Jeff Sturm wrote:

> Diego, the types in your example (ZipFile.java) are clearly conflicting,
> so how can we tell where the alias analyzer goes wrong?  Was this with our
> without Andersen PTA?
> 
Yes, they may be conflicting, but the call to alias_sets_conflict_p ()
for the alias sets of the two structures returns false.  That's what
causes the alias analyzer to assign two different memory tags for each
pointer.


Diego.


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