Re: [PATCH][C++] Fix PR61004

2014-06-05 Thread Jason Merrill
OK. Jason

Re: [PATCH][C++] Fix PR61004

2014-06-05 Thread Richard Biener
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

Re: [PATCH][C++] Fix PR61004

2014-05-06 Thread Richard Biener
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

[PATCH][C++] Fix PR61004

2014-04-30 Thread Richard Biener
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-unknown-linux-gnu, ok? Thanks, Richard. 2014-04-30 Richard B