This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23513] [4.0/4.1 Regression] overload resolution fails to select a more specialized template
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2005 11:07:14 -0000
- Subject: [Bug c++/23513] [4.0/4.1 Regression] overload resolution fails to select a more specialized template
- References: <bug-23513-10484@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from nathan at gcc dot gnu dot org 2005-10-05 11:07 -------
fixed mainline and 4.0.3
2005-10-05 Nathan Sidwell <nathan@codesourcery.com>
PR c++/23513
* call.c (joust): Adjust length count to more_specialized_fn.
* pt.c (more_specialized_fn): Cope with non-static member vs
non-member.
--
nathan at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23513