re PR c++/48424 (C++0x parameter packs expansion problem)
authorJason Merrill <jason@redhat.com>
Thu, 26 May 2011 13:22:51 +0000 (09:22 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 26 May 2011 13:22:51 +0000 (09:22 -0400)
commitb613992600ec23a017a1c1d2c82adf0fe06cdd92
tree032f35fe761d116c8c7bbd078092468e73c62951
parentd11bf18f560999725b1fbbb393f7d12a1b751a59
re PR c++/48424 (C++0x parameter packs expansion problem)

PR c++/48424
* decl.c (grokparms): Function parameter packs don't need to
go at the end.
* pt.c (type_unification_real): But they aren't deduced otherwise.

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