[Bug c++/63201] Full specialization of a member variable template of a class template does not work

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 12 14:40:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63201

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Sep 12 14:39:25 2014
New Revision: 215226

URL: https://gcc.gnu.org/viewcvs?rev=215226&root=gcc&view=rev
Log:
    PR c++/63201
    * decl.c (start_decl): Handle specialization of member variable
    template.
    * pt.c (check_explicit_specialization): Adjust error.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/var-templ11.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C



More information about the Gcc-bugs mailing list