PR c++/71515 - typename in partial specialization
authorJason Merrill <jason@redhat.com>
Sun, 24 Jul 2016 23:40:05 +0000 (19:40 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 24 Jul 2016 23:40:05 +0000 (19:40 -0400)
commit8a61db89b2da509e9cb72c5e6d6fe463c8d22fbf
tree717147bc17259f9655b02c65bb56fddb9ccf43d1
parent635c1074bec1f91d4c210b1b66cf910220fa13a5
PR c++/71515 - typename in partial specialization

* pt.c (resolve_typename_type): Try to avoid calling
currently_open_class.

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