simplify-rtx.c
179 KB
-
re PR debug/64511 (ICE at -O3 with -g enabled on x86_64-linux-gnu) · 98f51044
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. From-SVN: r219974
Jakub Jelinek committed