------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-01 22:55 ------- I think the ICE was caused by: 2005-03-31 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/19203, implement DR 214 * call.c (joust): Use more_specialized_fn. * cp-tree.h (DEDUCE_ORDER): Remove. (more_specialized): Replace with ... (more_specialized_fn): ... this. * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER case. (type_unification_real): Remove DEDUCE_ORDER case. (more_specialized): Replace with ... (more_specialized_fn): ... this. Implement DR 214. (most_specialized_instantiation): Use get_bindings_real directly. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |nathan at codesourcery dot | |com Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20723