From: Fabien Chêne Date: Mon, 5 Dec 2011 22:07:06 +0000 (+0100) Subject: Fix cp/ChangeLog X-Git-Tag: releases/gcc-4.7.0~1746 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be4d41449dc39ace63780928cc988b40fea19528;p=thirdparty%2Fgcc.git Fix cp/ChangeLog From-SVN: r182030 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 414f82293382..25e381a0b842 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2011-12-05 Fabien Chêne + + PR c++/51319 + * semantics.c (finish_id_expression): Strip using declarations + early in the function. + 2011-12-05 Paolo Carlini PR c++/51399