PR c++/77339 - ICE with invalid use of alias template.
authorJason Merrill <jason@redhat.com>
Fri, 24 Mar 2017 14:40:13 +0000 (10:40 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 24 Mar 2017 14:40:13 +0000 (10:40 -0400)
commit90471a3d8330dff361297f72fa95c157e26ea345
treebb40fb80c4ddb65fe7477355925839b462a06956
parentc8b1fbc12a6a7249f93a985c697c8e0edeb2a6d5
PR c++/77339 - ICE with invalid use of alias template.

* pt.c (lookup_template_class_1): Don't try to enter the scope of an
alias template.

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