re PR c++/64514 (Error in template instantiation in GCC 4.9, works fine in GCC 4.8)
commit7c368fb23cc92a3406e181ae361ebce3f5b9ab22
authorJason Merrill <jason@redhat.com>
Tue, 13 Jan 2015 21:04:35 +0000 (13 16:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 Jan 2015 21:04:35 +0000 (13 16:04 -0500)
treeb86b1028766e63f639af9a050d692e8db9f12d88
parent8f413ae21e40877f5f6926d4de79966121edf501
re PR c++/64514 (Error in template instantiation in GCC 4.9, works fine in GCC 4.8)

PR c++/64514
* pt.c (coerce_template_parameter_pack): Return NULL for a
zero-length fixed parameter pack with a pack expansion arg.

From-SVN: r219558
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic165.C [new file with mode: 0644]