PR c++/48424
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 13:22:51 +0000 (13:22 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 13:22:51 +0000 (13:22 +0000)
commit51acef14e545f84b07d8b2598f4aeedd0592cf95
tree032f35fe761d116c8c7bbd078092468e73c62951
parent04d1e93a12b7a403c4138a52a403338b3bb78902
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174285 138bc75d-0d04-0410-961f-82ee72b054a4
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