On 07/05/2016 12:41 PM, Richard Biener wrote:
On Fri, Jul 1, 2016 at 3:10 PM, Manish Goregaokar <man...@mozilla.com> wrote:Added a test:Ok if this passed bootstrap/regtest.
+ return flag_delete_null_pointer_checks + && (tree_expr_nonzero_warnv_p (op0, strict_overflow_p) + || tree_expr_nonzero_warnv_p (op1, strict_overflow_p)); case PLUS_EXPR:
But please fix the wrapping - multi-line expressions like this should be enclosed in parentheses to make the editor deal with them correctly.
Bernd