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 69797f6b501..bf9571bed98 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2014-12-12 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR middle-end/64182
+ * wide-int.h (wi::div_round, wi::mod_round): Fix rounding of tied
+ cases.
+ * double-int.c (div_and_round_double): Fix handling of unsigned
+ cases. Use same rounding approach as wide-int.h.
+
2014-12-12 Marek Polacek <polacek@redhat.com>
PR middle-end/64274