On Wed, Feb 25, 2015 at 5:26 AM, Richard Biener <rguent...@suse.de> wrote: > > This fixes missed tracking of alignment of non-invariant addresses > in CCP. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, queued for GCC 6. > > Richard. > > 2015-02-25 Richard Biener <rguent...@suse.de> > > PR tree-optimization/65204 > * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address > takens for bit-CCP. >
This caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65758 -- H.J.