aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e712977..e27296f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-02 Diego Novillo <dnovillo@redhat.com>
+
+ PR 24142
+ * tree-vrp.c (vrp_meet): Fix call to range_includes_zero_p in
+ case of anti-ranges.
+
2005-10-02 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18851