From: Mark Mitchell Date: Sat, 30 Aug 2003 00:01:08 +0000 (+0000) Subject: Add missing ChangeLog entry X-Git-Tag: releases/gcc-3.4.0~3982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de400e0ca7d0f4d7b230b066b730a1664dd96cbf;p=thirdparty%2Fgcc.git Add missing ChangeLog entry From-SVN: r70937 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fc18cc116f8e..b18105fe3e89 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 + + 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 Jason Merrill