re PR c++/63201 (Full specialization of a member variable template of a class templat...
authorJason Merrill <jason@redhat.com>
Fri, 12 Sep 2014 14:39:25 +0000 (10:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 12 Sep 2014 14:39:25 +0000 (10:39 -0400)
commit4ee28eb7cea6ebf4713ad1f808d7e5e033ff508a
tree19910d805d5cb7cfa642612aea21ce5722033b73
parentb6f866946b763415799331fe6799c4528357d6d0
re PR c++/63201 (Full specialization of a member variable template of a class template does not work)

PR c++/63201
* decl.c (start_decl): Handle specialization of member variable
template.
* pt.c (check_explicit_specialization): Adjust error.

From-SVN: r215226
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/var-templ11.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.robertl/eb103.C