Re: [PATCH] Fix TBAA disambiguation in ptr-vs-decl

2011-05-25 Thread H.J. Lu
On Wed, May 25, 2011 at 8:19 AM, Richard Guenther wrote: > > The code uses bogus offsets which shows when applying a patch > to fix PR48702.  This patch also includes some cleanup that I > had pending locally which failed to bootstrap at some point > probably because of exactly that issue ... > >

[PATCH] Fix TBAA disambiguation in ptr-vs-decl

2011-05-25 Thread Richard Guenther
The code uses bogus offsets which shows when applying a patch to fix PR48702. This patch also includes some cleanup that I had pending locally which failed to bootstrap at some point probably because of exactly that issue ... Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk.