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: How could I get alias set information from data_reference_p


Hi Richi,

On Tue, Jul 14, 2009 at 04:40, Richard
Guenther<richard.guenther@gmail.com> wrote:
> You misunderstood what alias-set numbers represent. ÂAlias-set
> numbers encode type-based alias information only - which in
> your case cannot disambiguate a or Q.
>

I also have misunderstood this.

> For dependency checking you should use the dependence
> checking routines or query the alias-oracle.

How could we use the alias-oracle to output a different number for
each alias set?  Could you provide some directions to implement such a
function?

Thanks,
Sebastian


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