PR c++/55220
commit3970c3397f59267b6a7c3931281f4fe8bb7878be
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2013 01:27:12 +0000 (15 01:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2013 01:27:12 +0000 (15 01:27 +0000)
tree8086b22c332006fd4c411faae7343dcc311dfc25
parentfe1e249372a97b8dca0b3f17c4a698910fed4f8f
PR c++/55220
* pt.c (unify): A pack expansion that is not the last template
argument makes the entire template argument list non-deduced.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196068 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic-nondeduce2.C [new file with mode: 0644]