re PR c++/70095 ([C++14] Link error on partially specialized variable template)
commitd1ccf407dad8237e32c2d5a2d121dbd9c53483c7
authorJason Merrill <jason@redhat.com>
Tue, 15 Mar 2016 19:37:37 +0000 (15 15:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 15 Mar 2016 19:37:37 +0000 (15 15:37 -0400)
tree158e4c1a20e9af8176b5870a6d0a4101065f138a
parentd4db81a27316cedfa66f33615866e0f2364f329e
re PR c++/70095 ([C++14] Link error on partially specialized variable template)

PR c++/70095
* pt.c (instantiate_decl): Fix call to variable_template_p.

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