summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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