Skip to content
Snippets Groups Projects
Commit de7d02ba authored by jason's avatar jason
Browse files

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
parent 4a132a96
No related branches found
No related tags found
No related merge requests found
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment