From: Jason Merrill Date: Wed, 6 Sep 2006 01:15:39 +0000 (-0400) Subject: re PR c++/26102 ("using Base::member" nonsense) X-Git-Tag: releases/gcc-4.2.0~1524 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99818a52f03468c2cf0bc8e16a814c83443af7c1;p=thirdparty%2Fgcc.git re PR c++/26102 ("using Base::member" nonsense) PR c++/26102 * name-lookup.c (do_class_using_decl): Try to find the base even if bases_dependent_p. * pt.c (type_dependent_expression_p): A USING_DECL is dependent. PR c++/19809 * pt.c (tsubst_friend_function): Set DECL_INITIAL before pushdecl. From-SVN: r116710 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 673554f2dcfa..3b534128ef70 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2006-09-05 Jason Merrill + + PR c++/26102 + * name-lookup.c (do_class_using_decl): Try to find the base even + if bases_dependent_p. + * pt.c (type_dependent_expression_p): A USING_DECL is dependent. + + PR c++/19809 + * pt.c (tsubst_friend_function): Set DECL_INITIAL before pushdecl. + 2006-09-04 Nathan Sidwell PR 23287 Revert my 2006-09-01 patch.