aboutsummaryrefslogtreecommitdiff
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 dfc2174..a4a9047 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-19 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/69336
+ * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
+ handled components with get_ref_base_and_extent.
+ (equal_mem_array_ref_p): Adjust.
+
2016-01-19 Jakub Jelinek <jakub@redhat.com>
PR debug/65779