PR c++/52008
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2012 02:29:43 +0000 (02:29 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2012 02:29:43 +0000 (02:29 +0000)
commit3c8837b5fac1d3d39d23ba6a4f268febb5939691
treeb5ab32085385e50b7bee4e97f9f88f59ee30f2a4
parent9eb175d4c27eb04dd4283bb901a8c8cb20894e83
PR c++/52008
* pt.c (process_partial_specialization): Complain about a partial
specialization with fewer args than primary template parms.

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