PR c++/77339 - ICE with invalid use of alias template.
commitb4e232ea88811b3f56466a8c1be83b413a6fddb2
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Mar 2017 14:40:13 +0000 (24 14:40 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Mar 2017 14:40:13 +0000 (24 14:40 +0000)
treebb40fb80c4ddb65fe7477355925839b462a06956
parentd1cd4a64f7b706714b9eaf4952e9130c21ba1d7f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246462 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/alias-decl-58.C [new file with mode: 0644]