This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH]: Fix 10158


On Wed, 2003-03-26 at 06:30, Nathan Sidwell wrote:
> Mark,
> this fixes 10158, a 3.4 & 3.4 regression, which was caused by,
> 2002-11-30  Mark Mitchell  <mark at codesourcery dot com>
> 
> 	PR c++/8511
> 	* pt.c (instantiate_decl): Handle template friends defined outside
> 	of the class correctly
> unfortunately, that broke in-template-class definitions of template friends.
> Whilst this patch is fairly obvious, it does extend the meaning of
> DECL_INITIALIZED_IN_CLASS_P - you happy with that? This patch is for HEAD,
> the 3.3 patch is the same, modulo the parser related bit.

Looks good to me!  Thanks!

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery dot com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]