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: [PATCH][LTO] Stream zeroness of alias-sets


On Thu, Aug 6, 2009 at 17:34, Richard Henderson<rth@redhat.com> wrote:
> On 08/06/2009 01:57 PM, Diego Novillo wrote:
>>
>> I don't think there's a good reason why we should distinguish
>> TYPE_REF_CAN_ALIAS_ALL from alias_set == 0. ÂIs there?
>
> TYPE_REF_CAN_ALIAS_ALL is on the pointer type, whereas
> alias_set 0 (or the may_alias attr) is on the base type?

But may_alias *sets* TYPE_REF_CAN_ALIAS_ALL.  Ah, but it does it to
the pointed-to type.  Wonky, but OK.


Diego.


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