This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/65646] [5 Regression] ICE in invalid syntax


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Apr  1 16:36:50 2015
New Revision: 221810

URL: https://gcc.gnu.org/viewcvs?rev=221810&root=gcc&view=rev
Log:
    PR c++/65646
    * decl.c (grokvardecl): Don't call check_explicit_specialization
    for non-template members of a class template.

Added:
    trunk/gcc/testsuite/g++.dg/template/static36.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]