re PR c++/62255 (Introducing an unrelated template parameter causes compilation to...
authorJason Merrill <jason@redhat.com>
Tue, 9 Sep 2014 11:59:45 +0000 (07:59 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 9 Sep 2014 11:59:45 +0000 (07:59 -0400)
commitcb3037199c8e3ca9f7982ec3a0024f8ab007cfbb
treeaccff89b25d5d74b30830f7bb127bc7d568bdca5
parentb27832edcf1a344c9e2ba94c68b0ceef2d141f7b
re PR c++/62255 (Introducing an unrelated template parameter causes compilation to fail)

PR c++/62255
* pt.c (instantiate_decl): Handle recursive instantiation of
static data member.

From-SVN: r215062
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/recurse4.C [new file with mode: 0644]