OK.
Jason
On Tue, May 6, 2014 at 12:55 PM, Richard Biener wrote:
> On Wed, 30 Apr 2014, Richard Biener wrote:
>
>>
>> With no longer recording alias subsets using BINFOs we now emit
>> bogus alias warnings for accessing empty bases. The following
>> avoids this, accessing those with an incompatible alias-s
On Wed, 30 Apr 2014, Richard Biener wrote:
>
> With no longer recording alias subsets using BINFOs we now emit
> bogus alias warnings for accessing empty bases. The following
> avoids this, accessing those with an incompatible alias-set is
> harmless.
>
> Bootstrapped and tested on x86_64-unkno