summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-25 14:05:04 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-25 14:05:04 +0000
commitd48f0d355c68153ea4af57cace7f548a59e7e42d (patch)
treef944144904fa846617008bdac25466aa470f5806 /gcc/ChangeLog
parente751b7f3d546682c3ad415c0430e0e2f95549bbf (diff)
downloadgcc-d48f0d355c68153ea4af57cace7f548a59e7e42d.tar.gz
2016-11-25 Richard Biener <rguenther@suse.de>
PR ipa/78515 * ipa-prop.c (compute_complex_assign_jump_func): Properly identify unary, binary and single RHSs. * tree.def (BIT_INSERT_EXPR): Adjust tree code name. * gcc.dg/torture/pr78515.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 18d3b3fa8c1..f87b9c5d68b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-25 Richard Biener <rguenther@suse.de>
+
+ PR ipa/78515
+ * ipa-prop.c (compute_complex_assign_jump_func): Properly identify
+ unary, binary and single RHSs.
+ * tree.def (BIT_INSERT_EXPR): Adjust tree code name.
+
2016-11-25 Bin Cheng <bin.cheng@arm.com>
PR middle-end/78507