Make sure we aren't trying to do a nested instantiation in template context.
commit51f6c13e328ea927cdb9a69792d969c891068a07
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2018 18:40:55 +0000 (10 18:40 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2018 18:40:55 +0000 (10 18:40 +0000)
tree440202afd9ddb6359559ec2b10e74c8d13a0be22
parent323a300ed23e0679aba7fb4d7f770e53f78be469
Make sure we aren't trying to do a nested instantiation in template context.

* pt.c (instantiate_decl): Make sure we aren't trying to do a nested
instantiation in template context.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260124 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c