summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-29 14:10:31 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-29 14:10:31 +0000
commit3743a90c82fcef3987ae354466a8e1e8e856e7f0 (patch)
treeaf44e27e3907d99f2751ff4e4aa9f9a2f0ece228 /gcc/ChangeLog
parent7c29e30e3e8a85bfdbb98993b6c9a69d101cb9cf (diff)
downloadgcc-3743a90c82fcef3987ae354466a8e1e8e856e7f0.tar.gz
2015-10-29 Richard Biener <rguenther@suse.de>
PR middle-end/68142 * fold-const.c (extract_muldiv_1): Avoid introducing undefined overflow. * c-c++-common/ubsan/pr68142.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229528 138bc75d-0d04-0410-961f-82ee72b054a4
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 1b339690d53..a088c13fd12 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-29 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/68142
+ * fold-const.c (extract_muldiv_1): Avoid introducing undefined
+ overflow.
+
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* alias.c: Reorder #include statements and remove duplicates.