aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-06-17 23:31:40 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-06-17 23:31:40 +0000
commit2e01bbdf1ec5ed31e6cebd27b1fd6adb8a3f9f47 (patch)
treec0a8ada241280eaf9595c03f92d2499760613033 /gcc/cp/ChangeLog
parent9c83e0a3c757703ef8ae2b84ac7eb9d9fafe1630 (diff)
* pt.c (type_unification_real): Apply template type deduction even
to procedure parameters that are not dependent on a template parameter. Bug #: 4122333 git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@101143 138bc75d-0d04-0410-961f-82ee72b054a4
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 dde5b2a5986..b3c62db2e2b 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-17 Geoffrey Keating <geoffk@apple.com>
+
+ PR c++/17413
+ * pt.c (type_unification_real): Apply template type deduction even
+ to procedure parameters that are not dependent on a template
+ parameter.
+
2005-06-13 Geoffrey Keating <geoffk@apple.com>
* Make-lang.in (c++.install-man): Doesn't really depend on installdirs.