]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/62255 (Introducing an unrelated template parameter causes compilation to...
authorJason Merrill <jason@redhat.com>
Thu, 26 Feb 2015 02:43:58 +0000 (21:43 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 26 Feb 2015 02:43:58 +0000 (21:43 -0500)
commit17d1f792736958e2a81091b0b2a0be24ac13b11d
treecbd4531a6c5bbb6e3029f84b23d02fbcae203579
parentf85347cdaee5fb3ce8b77266e7929e29d60ed5cf
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: r220997
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/recurse4.C [new file with mode: 0644]