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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Mar  1 16:12:26 2018
New Revision: 258103

URL: https://gcc.gnu.org/viewcvs?rev=258103&root=gcc&view=rev
Log:
        PR c++/71569 - ICE with redundant args on member variable template.

        * decl.c (start_decl): Handle partial specialization of member
        variable template.
        * pt.c (determine_specialization): Allow partial specialization
        of member variable template without specializing enclosing class.
        (process_partial_specialization): Improve error message.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1y/var-templ58.C
    branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1y/var-templ58a.C
Modified:
    branches/gcc-7-branch/gcc/cp/ChangeLog
    branches/gcc-7-branch/gcc/cp/decl.c
    branches/gcc-7-branch/gcc/cp/pt.c

Reply via email to