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]: Fix for PTA broken by find_referenced_vars change.


On Sat, 2003-08-09 at 19:40, Daniel Berlin wrote:
> Diego, your change that moves find_referenced_vars causes us to query
> points-to information before it's created.
> 
Oops.

> Would you like me to move the call to create_alias_vars to
> the top of the find_referenced_vars function or before the call to
> find_referenced_vars in tree-optimize.c?
> 
The top of find_referenced_vars should be fine.  So, create_alias_vars
can't use the variables found by find_referenced_vars?


Diego.


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