friend.c (make_friend_class): Handle template template parameters.
authorJason Merrill <jason@redhat.com>
Fri, 31 Aug 2012 02:50:08 +0000 (22:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 31 Aug 2012 02:50:08 +0000 (22:50 -0400)
commit091bffba90e0c70f76ee138f92024a6f3b7aa2bc
tree424314c23f47f26c9a20d19dc68f81690672bb2e
parent5cb25c9c7b6581f62151741e3ceb2c5e57def30e
friend.c (make_friend_class): Handle template template parameters.

* friend.c (make_friend_class): Handle template template parameters.
* parser.c (cp_parser_template_declaration_after_export): Likewise.
* pt.c (tsubst_friend_class): Likewise.
(instantiate_class_template_1): Likewise
* decl.c (check_elaborated_type_specifier): Likewise.
(lookup_and_check_tag): Likewise.

From-SVN: r190828
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/friend.c
gcc/cp/parser.c
gcc/cp/pt.c