PR c++/85093 - too many template args with pack expansion.
commit9830757214ad3aa465d0661b38e9ea7dd868d0ae
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2018 19:38:41 +0000 (29 19:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2018 19:38:41 +0000 (29 19:38 +0000)
treeed8fe08cf27a9873c80884ca7486e3ebbf1f733e
parent7588bdefe63b4c600f5b634c09e0b39c48874057
PR c++/85093 - too many template args with pack expansion.
* pt.c (coerce_template_parms): Keep pack expansion args that will
need to be empty.

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