aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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 f666191..ac091e5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR middle-end/44101
+ * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
+ around the uniquized constructor if its type requires a conversion.
+
2010-05-21 Jakub Jelinek <jakub@redhat.com>
PR debug/44205