call.c (add_template_candidates_real): Remove length parameter from fn_type_unificati...
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 1 Apr 2005 08:29:50 +0000 (08:29 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 1 Apr 2005 08:29:50 +0000 (08:29 +0000)
commita34d33361e9fd3e7d6c1eae05484b4ee381b0caa
tree786304f7491132f451b00dd2f37be9afeba859b9
parent40ce6bf64841651b0d9dc4a686246b4a828a613a
call.c (add_template_candidates_real): Remove length parameter from fn_type_unification call.

* call.c (add_template_candidates_real): Remove length parameter
from fn_type_unification call.
* class.c (resolve_address_of_overloaded_function): Likewise
* cp-tree.h (fn_type_unification): Remove length parameter.
* pt.c (get_bindings_overload): Remove.
(get_bindings_real): Rename to ...
(get_bindings): ... here.  Remove length and strict
parameters. Change return type flag to boolean.  Remove original
forwarding function.
(determine_specialization): Adjust get_bindings call.
(fn_type_unification): Remove length parameter.  Adjust.
(type_unification_real): Remove length parameter.  Adjust.
(resolve_overloaded_unification): Adjust get_bindings call.
(try_one_overload): Simplify confusing cascaded if control flow.
(unify): Remove length paramter from type_unification_real call.
(most_specialized_instantiation): Adjust get_bindings calls.
(most_specialized): Likewise.

From-SVN: r97379
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/pt.c