re PR c++/26102 ("using Base::member" nonsense)
authorJason Merrill <jason@gcc.gnu.org>
Wed, 6 Sep 2006 01:15:39 +0000 (21:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 6 Sep 2006 01:15:39 +0000 (21:15 -0400)
        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

gcc/cp/ChangeLog

index 673554f..3b53412 100644 (file)
@@ -1,3 +1,13 @@
+2006-09-05  Jason Merrill  <jason@redhat.com>
+
+       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  <nathan@codesourcery.com>
 
        PR 23287 Revert my 2006-09-01 patch.