aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authornathan <>2005-10-05 08:15:47 +0000
committernathan <>2005-10-05 08:15:47 +0000
commit1ce86e78f6457b4cbbfee16f0acea0e1003844cc (patch)
treee8b6e32abd9c1307b81f84ce281459c250722933 /gcc/cp/ChangeLog
parent3f52df11c41803c07ba58847e043c35c0654fbab (diff)
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.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c42ec9eb91b..c79a926c136 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/23125