PR c++/71834 - template-id with too few arguments.
commit40e0b1f207ca0504064a8dc0c6a78d72cb7e571e
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Mar 2018 20:32:57 +0000 (19 20:32 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Mar 2018 20:32:57 +0000 (19 20:32 +0000)
tree1dbece38db9d98c4c13810952efaad20a894ce3c
parenta401e5bd5dcd9aabc0acf9a8c2f8f5aeb026be3f
PR c++/71834 - template-id with too few arguments.

* pt.c (coerce_template_parms): Check fixed_parameter_pack_p.

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