On Mon, Apr 13, 2015 at 7:03 PM, H.J. Lu <hjl.to...@gmail.com> wrote: > 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
This also caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65788 and r222085 didn't fix it. -- H.J.