Wlogical-not-parentheses-3.c
636 Bytes
-
re PR c/77423 (-Wlogical-not-parentheses false positive for bitwise expression with _Bool operands) · 25ff5dd3
PR c/77423 * doc/invoke.texi: Update -Wlogical-not-parentheses documentation. * c-common.c (bool_promoted_to_int_p): New function. (expr_has_boolean_operands_p): New function. (warn_logical_not_parentheses): Return if expr_has_boolean_operands_p. (maybe_warn_bool_compare): Use bool_promoted_to_int_p. * c-c++-common/Wlogical-not-parentheses-3.c: New test. From-SVN: r239988
Marek Polacek committed