OSDN Git Service

cp:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2005 09:15:47 +0000 (09:15 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2005 09:15:47 +0000 (09:15 +0000)
commit3d32803dcfd52c9bb32d21fa47442a4f8da00106
treee8b6e32abd9c1307b81f84ce281459c250722933
parent335c54fa18d4285198554cb530851adebd662d19
cp:
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.
testsuite:
PR c++/23513
* g++.dg/template/spec22.C: Robustify test.
* g++.dg/template/spec26.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104981 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/spec22.C
gcc/testsuite/g++.dg/template/spec26.C [new file with mode: 0644]