aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2005-04-06 15:40:05 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-04-06 15:40:05 +0000
commit20bc438ce92474b44e45d2d2b2d14c04da412316 (patch)
tree8f8513ba527b49f63d1359b4a6366f840eac0727 /gcc
parent5a4ffc2a88d7c430f9cf39ac00fcf15f427f1806 (diff)
downloadgcc-20bc438ce92474b44e45d2d2b2d14c04da412316.zip
gcc-20bc438ce92474b44e45d2d2b2d14c04da412316.tar.gz
gcc-20bc438ce92474b44e45d2d2b2d14c04da412316.tar.bz2
Add missing ChangeLog entry
From-SVN: r97723
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index aec7681..4987454 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-05 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/20734
+ * cp-tree.def (OFFSET_REF): Correct comments.
+ * init.c (build_offset_ref): Remove misleading comment.
+ * typeck.c (build_unary_op): Handle pointer-to-member creation
+ here, rather than ...
+ (unary_complex_lvalue): ... here.
+
2005-04-06 Jason Merrill <jason@redhat.com>
PR c++/19312