re PR c++/48481 (C++ overloading memory hog)
authorJason Merrill <jason@redhat.com>
Fri, 8 Apr 2011 06:08:21 +0000 (02:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 8 Apr 2011 06:08:21 +0000 (02:08 -0400)
commitb06a1f50c5030b27e307c86ab49eb16a6b32fc56
tree1a7949b398e708ca97d0a00a9b02f404810cbde5
parent3a2cb4d037cc66a0b6567d944cbc9450adf11814
re PR c++/48481 (C++ overloading memory hog)

PR c++/48481
* tree.c (build_overload): Allow an unwrapped FUNCTION_DECL
at the end of the chain.
* pt.c (dependent_template_p): Use OVL_CURRENT/NEXT.
(iterative_hash_template_arg): Likewise.

From-SVN: r172164
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/cp/pt.c
gcc/cp/tree.c