On 01/21/2015 01:30 PM, Jakub Jelinek wrote:
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
> 
> 2015-01-21  Jakub Jelinek  <ja...@redhat.com>
> 
>       PR debug/64511
>       * simplify-rtx.c (simplify_relational_operation_1): Don't try to
>       optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
>       into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
> 
>       * gcc.dg/pr64511.c: New test.


Ok.


r~

Reply via email to