re PR c++/57222 (Template alias not working in argument of template class template...
authorJason Merrill <jason@redhat.com>
Thu, 9 May 2013 16:43:49 +0000 (12:43 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 9 May 2013 16:43:49 +0000 (12:43 -0400)
commit26863a324a5697fe20d2fb8610010551785a9a15
tree8bdf0ef1eeb748ec76ba9b632ef7eeb9a3dff0ce
parenta57dbdaac40dbaaaba5b6d9954829a5e6f630ae4
re PR c++/57222 (Template alias not working in argument of template class template method)

PR c++/57222
* pt.c (lookup_template_class_1): Handle getting a template
template parameter as D1.

From-SVN: r198747
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/crash84.C