re PR c++/53862 ([C++11] sorry, unimplemented: use of 'type_pack_expansion' in template)
authorJason Merrill <jason@redhat.com>
Fri, 6 Jul 2012 15:45:10 +0000 (11:45 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 6 Jul 2012 15:45:10 +0000 (11:45 -0400)
commit3b5cd6f2bf2ba047bfe00a658478c5e03037cd8f
tree7e5d952e473656b625d4c3337c1c40088b94a970
parentdf947b0a640b9c8306e4ef0a64a330df9f82b46e
re PR c++/53862 ([C++11] sorry, unimplemented: use of 'type_pack_expansion' in template)

PR c++/53862
* pt.c (tsubst_arg_types): Add "end" parameter.
(check_undeduced_parms): Use it.

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