aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/ChangeLog.backported
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-12-10 15:38:23 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-12-10 15:39:34 +0800
commit61130f65a921dd019efcb042e31b52e71d516194 (patch)
tree1ffc08c66b2fc7a4d5e92ed75527040d968cc690 /gcc-4.8/ChangeLog.backported
parent03518e5fd50ca1389a55a9d443d7277ec03d1cde (diff)
downloadtoolchain_gcc-61130f65a921dd019efcb042e31b52e71d516194.tar.gz
toolchain_gcc-61130f65a921dd019efcb042e31b52e71d516194.tar.bz2
toolchain_gcc-61130f65a921dd019efcb042e31b52e71d516194.zip
[4.8] backport fix for partial specialization of template
2013-12-05 Jason Merrill <jason@redhat.com> PR c++/59044 PR c++/59052 * pt.c (most_specialized_class): Use the partially instantiated template for deduction. Drop the TMPL parameter. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59052 Change-Id: I4760e719def2f5eacac438af2df0b18c1f2d16a8
Diffstat (limited to 'gcc-4.8/ChangeLog.backported')
-rw-r--r--gcc-4.8/ChangeLog.backported8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc-4.8/ChangeLog.backported b/gcc-4.8/ChangeLog.backported
index c03ee2536..95f744eaf 100644
--- a/gcc-4.8/ChangeLog.backported
+++ b/gcc-4.8/ChangeLog.backported
@@ -1,3 +1,11 @@
+http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=205720
+2013-12-05 Jason Merrill <jason@redhat.com>
+
+ PR c++/59044
+ PR c++/59052
+ * pt.c (most_specialized_class): Use the partially instantiated
+ template for deduction. Drop the TMPL parameter.
+
http://gcc.gnu.org/viewcvs?rev=203874&root=gcc&view=rev
2013-10-20 Chris Jefferson <chris@bubblescope.net>
Paolo Carlini <paolo.carlini@oracle.com>