aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-09-08 16:59:42 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-09-08 16:59:42 +0000
commitb4ae01728e61cfc336a4b26a5c1c148cbea5215f (patch)
tree710089e335a6800388ebcc989ce121106dcebb7f /gcc/cp/ChangeLog
parenteb5f5dabca0010171792ab72e0572568362a9d94 (diff)
re PR c++/5296 ([DR115] Pointers to functions and template functions behave different in deduction)
PR c++/5296 * pt.c (try_one_overload): Add addr_p parameter. (resolve_overloaded_unification): Pass it. PR c++/5296 * g++.dg/rtti/typeid2.C: New test. From-SVN: r71212
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3250e290384..242134da5ea 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-08 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/5296
+ * pt.c (try_one_overload): Add addr_p parameter.
+ (resolve_overloaded_unification): Pass it.
+
2003-09-07 Jason Merrill <jason@redhat.com>
PR c++/12181