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/lno compute_may_aliases failure



On May 20, 2004, at 4:40 PM, Dorit Naishlos wrote:



(PTA is a prerequisite for compute_may_alias pass).

No, it is not.  Only if you are doing -fpoints-to=andersen.  The
compute_may_alias pass will build flow-sensitive points-to information
using the SSA form.

So the PROP_pta here is wrong?:

It's not required, it's optional, so yes. :)

I'll have patches to make points-to work on the SSA form in a week or so.
(I just got back from an 11 day vacation).



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