Add missing ChangeLog entry
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 15:40:05 +0000 (15:40 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 15:40:05 +0000 (15:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index aec7681..4987454 100644 (file)
@@ -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