re PR c++/63528 (A variadic variable template cannot use the ::value of a variadic...
authorJason Merrill <jason@redhat.com>
Wed, 15 Oct 2014 17:42:07 +0000 (13:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Oct 2014 17:42:07 +0000 (13:42 -0400)
commita0272f8660df5511398c6859bbf8636a6a78f16b
tree89e3d17b9f70a91c979df65dbbe83ca51abfdc14
parent48fb6d4090508e8dde8aaa95b366c2489f62950b
re PR c++/63528 (A variadic variable template cannot use the ::value of a variadic trait)

PR c++/63528
* pt.c (lookup_template_variable): Call coerce_template_parms.

From-SVN: r216279
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/var-templ14.C [new file with mode: 0644]