aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-18 14:39:12 +0000
committermmitchel <>2005-10-18 14:39:12 +0000
commit533257093b4e45703ba97cd8c335f91015434976 (patch)
tree8aa991c7af90fad053fc0468b9ab54c0156ba49a /gcc/cp/ChangeLog
parent288608c04479a86c5c50b51d24c56262f1e1b2e4 (diff)
PR c++/23293
* pt.c (convert_template_argument): Use canonical type variants in template specializations. PR c++/23293 * g++.dg/template/error19.C: New test.
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 42dc317095d..4c79e894de7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-18 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/23293
+ * pt.c (convert_template_argument): Use canonical type variants in
+ template specializations.
+
2005-10-18 Nathan Sidwell <nathan@codesourcery.com>
PR c++/21383