This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR65204


On Wed, Feb 25, 2015 at 5:26 AM, Richard Biener <rguenther@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  <rguenther@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]