aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7838ab8..1f2eda9 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,6 +1,8 @@
2004-06-21 Jason Merrill <jason@redhat.com>
- * cp-gimplify.c (cp_gimplify_init_expr): Look throug
+ PR c++/16112
+ * cp-gimplify.c (cp_gimplify_init_expr): Look through
+ CLEANUP_POINT_EXPR.
2004-06-21 Mark Mitchell <mark@codesourcery.com>