re PR c++/65646 (ICE in invalid syntax)
authorJason Merrill <jason@redhat.com>
Wed, 1 Apr 2015 16:36:50 +0000 (12:36 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 1 Apr 2015 16:36:50 +0000 (12:36 -0400)
commitf87cb0b73403b26113c52b5efa70e93332053dfe
treec4045299b6a3308d084117e00e7b13fdbbabf71c
parentb6dd42a9a8ec56b5badc59c78f69760048914da4
re PR c++/65646 (ICE in invalid syntax)

PR c++/65646
* decl.c (grokvardecl): Don't call check_explicit_specialization
for non-template members of a class template.

From-SVN: r221810
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/template/static36.C [new file with mode: 0644]