diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-06 01:15:39 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-06 01:15:39 +0000 |
| commit | de7d02bae246c0db81e0b579ac7b85e798e7ff64 (patch) | |
| tree | c1878dd2111b09285ce5c506921f7cc79f192d02 | |
| parent | 4a132a961602863c630c26fe73df5f9d0f0bc06d (diff) | |
| download | ppe42-gcc-de7d02bae246c0db81e0b579ac7b85e798e7ff64.tar.gz ppe42-gcc-de7d02bae246c0db81e0b579ac7b85e798e7ff64.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116710 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 673554f2dcf..3b534128ef7 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. |

