PR c++/86171 - ICE with recursive alias instantiation.
commit2464dc032ee1156c26d06ccd6885dfcdcee7ef63
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2018 18:16:38 +0000 (18 18:16 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2018 18:16:38 +0000 (18 18:16 +0000)
tree4e58c93e02746a688d3891890d055ab45f99b9d6
parent0e184e00c25d644609e560e70964e2b353022211
PR c++/86171 - ICE with recursive alias instantiation.

* pt.c (tsubst_decl): Handle recursive alias instantiation.

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