aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 84a105e..6d2a558d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-03 Jakub Jelinek <jakub@redhat.com>
+
+ * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
+ * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
+ HWI 1 and negate the unsigned value.
+ * expmed.c (expand_sdiv_pow2): For modes wider than word always
+ use AND instead of shift.
+ * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
+
2014-07-03 Marek Polacek <polacek@redhat.com>
* doc/invoke.texi (-fsanitize=bounds): Tweak wording.