diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index daad1ba..e4efda0 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -11802,7 +11802,7 @@ fold_binary (enum tree_code code, tree type, tree op0, tree op1) if (TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (arg1))) fold_overflow_warning (("assuming signed overflow does " "not occur when assuming that " - "(X - c) >= X is always true"), + "(X - c) >= X is always false"), WARN_STRICT_OVERFLOW_ALL); return constant_boolean_node (0, type); } |