pt.c (tsubst, [...]): Fix getting complete args for a member template specialization.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 17 Jul 1998 06:19:07 +0000 (06:19 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 17 Jul 1998 06:19:07 +0000 (02:19 -0400)
commitc5a6fc4557d005e18da25fbc5c9d44bf36a12289
treed05a1b05b8bf1555b61a5826d0c874dd2ba44bb7
parentf022f9bcfc83be98e0c6618354a0fc3f9b4df0de
pt.c (tsubst, [...]): Fix getting complete args for a member template specialization.

* pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
a member template specialization.
* tree.c (ovl_member): Use decls_match to compare functions.
* decl.c (decls_match): Check the context of a function.

From-SVN: r21248
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/tree.c