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]: INDIRECT_VAR patch badly breaks PTA


On Mon, 2003-05-26 at 16:23, Daniel Berlin wrote:

> Queries to PTA should be about a pointer and a variable, not a pointer and
> a fake variable.
> 
OK.  We can easily avoid that query.  When asking for the pair <p, MT.x>
we should really ask for the pair <p, q>  (assuming MT.x is q's memory
tag).  Or something along those lines.


Diego.


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