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 37ff01b..08ffa06 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-28 Jan Hubicka <jh@suse.cz>
+
+ * tree-ssa-ccp.c (fold_ctor_reference): New function.
+ (fold_const_aggregate_ref): Use it.
+ * fold-const.c (canonicalize_constructor_val): Check that we don't fold
+ into external static.
+
2010-09-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/44452