PR c++/86171 - ICE with recursive alias instantiation.
authorJason Merrill <jason@redhat.com>
Mon, 18 Jun 2018 18:16:38 +0000 (14:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 18 Jun 2018 18:16:38 +0000 (14:16 -0400)
commit5d4d0be8132cb837ce075e28f14d7ef8dcc02767
tree4e58c93e02746a688d3891890d055ab45f99b9d6
parent8499a82c19c6e2d165bd1c5ff67b8f0e9294190e
PR c++/86171 - ICE with recursive alias instantiation.

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

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