aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2006-09-05 21:15:39 -0400
committerJason Merrill <jason@gcc.gnu.org>2006-09-05 21:15:39 -0400
commit99818a52f03468c2cf0bc8e16a814c83443af7c1 (patch)
treec1878dd2111b09285ce5c506921f7cc79f192d02
parentb01e6d2b91976fb7a4efd0147090f743cec7bbcf (diff)
downloadgcc-99818a52f03468c2cf0bc8e16a814c83443af7c1.zip
gcc-99818a52f03468c2cf0bc8e16a814c83443af7c1.tar.gz
gcc-99818a52f03468c2cf0bc8e16a814c83443af7c1.tar.bz2
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
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 673554f..3b53412 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.