OSDN Git Service

Add missing ChangeLog entry
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Aug 2003 00:01:08 +0000 (00:01 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Aug 2003 00:01:08 +0000 (00:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70937 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index fc18cc1..b18105f 100644 (file)
@@ -4,6 +4,14 @@
        * search.c (add_conversions): Avoid adding two conversion
        operators for the same type.
 
+2003-08-29  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/6196
+       * pt.c (tsubst_copy_and_build): Correct handling of
+       address-of-label extension.
+       * semantics.c (finish_goto_stmt): The address of a label must go
+       through the lvalue-to-rvalue conversion.
+
 2003-08-29  Richard Henderson  <rth@redhat.com>
            Jason Merrill <jason@redhat.com>