On Wed, May 25, 2011 at 8:19 AM, Richard Guenther <rguent...@suse.de> 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 ... > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > Richard. > > 2011-05-25 Richard Guenther <rguent...@suse.de> > > * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix > type-based offset disambiguation, streamline MEM_REF and > TARGET_MEM_REF handling. >
This may have caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49168 -- H.J.