re PR c++/13659 (error: no matching function for call to)
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 15 Jan 2004 14:45:15 +0000 (14:45 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 15 Jan 2004 14:45:15 +0000 (14:45 +0000)
commited5f054faa8f77cdf8e9df36e6f0c4ca1657ce1b
tree2a56d57a7ff749ac5a954ddde64f4b44d9d18a9d
parent693ec7e1f23f442e91db57177e5b6b0929866b87
re PR c++/13659 (error: no matching function for call to)

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.

From-SVN: r75923
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/parser.c
gcc/cp/pt.c