summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6b17e9a8b87..de76f8a83f4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/80426
+ * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
+ operation on symbolic operands, also compute the overflow for the
+ invariant part when the operation degenerates into a negation.
+
2017-04-19 Jakub Jelinek <jakub@redhat.com>
PR debug/80461