diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-08-30 00:01:08 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-08-30 00:01:08 +0000 |
commit | de400e0ca7d0f4d7b230b066b730a1664dd96cbf (patch) | |
tree | 4ca5f82883108e5bbd63377e83458c45efc657cf /gcc | |
parent | 20d6556070b6952b34cb92622fd61f051216bc37 (diff) | |
download | gcc-de400e0ca7d0f4d7b230b066b730a1664dd96cbf.zip gcc-de400e0ca7d0f4d7b230b066b730a1664dd96cbf.tar.gz gcc-de400e0ca7d0f4d7b230b066b730a1664dd96cbf.tar.bz2 |
Add missing ChangeLog entry
From-SVN: r70937
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fc18cc1..b18105f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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> |