PR c++/71738 - nested template friend
authorJason Merrill <jason@redhat.com>
Sun, 24 Jul 2016 02:39:41 +0000 (22:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 24 Jul 2016 02:39:41 +0000 (22:39 -0400)
commit6970223f93ce9102cd95044f7c4d10a4ce695a77
tree3ea5701e3e23d7cc56ebf0bf6e4f7c2fbae9a16c
parenta6c690f41e0e50ce67dd3d3e791ff9f266842748
PR c++/71738 - nested template friend

* pt.c (lookup_template_class_1): Handle getting template from tsubst.

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