PR c++/13659
commit2c47ecdb68d64eb6b9b93cb6562313c34bf5e84d
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 14:45:15 +0000 (15 14:45 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 14:45:15 +0000 (15 14:45 +0000)
tree2a56d57a7ff749ac5a954ddde64f4b44d9d18a9d
parent9c35a49746a426b446a832b957ffbff81c553975
PR c++/13659
* name-lookup.c (validate_nonmember_using_decl): Take scope and
name by value, instead of computing them.
(do_local_using_decl, do_toplevel_using_decl): Add scope and name
arguments.  Pass them to validate_nonmember_using_decl.
* name-lookup.h (do_local_using_decl): Adjust.
(do_toplevel_using_decl): Likewise.
* parser.c (cp_parser_using_declaration): Likewise.
* pt.c (tsubst_expr): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75923 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/parser.c
gcc/cp/pt.c