re PR c++/48292 ([C++0x] "sorry, unimplemented: use of 'type_pack_expansion' in templ...
authorJason Merrill <jason@redhat.com>
Wed, 25 May 2011 14:32:06 +0000 (10:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 25 May 2011 14:32:06 +0000 (10:32 -0400)
commitbc7f13bf15c30ee57601c3ec0c8390cfc15e01db
tree6cab305912e008cc94baefa5399f51c30b447b08
parent0dfef520f05214d7b199d0be09f55f511418b0e9
re PR c++/48292 ([C++0x] "sorry, unimplemented: use of 'type_pack_expansion' in template")

PR c++/48292
* pt.c (tsubst_decl) [PARM_DECL]: Handle partial instantiation of
function parameter pack.
(tsubst_pack_expansion): Likewise.

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