]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/45236 ([C++0x] Can't access nested type of a partial class specialization...
authorJason Merrill <jason@redhat.com>
Mon, 9 Aug 2010 21:13:12 +0000 (17:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 9 Aug 2010 21:13:12 +0000 (17:13 -0400)
commit7a25d520c26a0dc8494f68b680b048e075d53267
treeea7180e4c6a61aab08760f57a456efe90954a18d
parentee247636108baa13ae1f5322cb048d7c05a418cc
re PR c++/45236 ([C++0x] Can't access nested type of a partial class specialization involving variadic parameters)

PR c++/45236
* pt.c (lookup_template_class): Don't re-coerce outer parms.

From-SVN: r163042
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic-104.C [new file with mode: 0644]