PR c++/71718 - infinite recursion and alias template
authorJason Merrill <jason@redhat.com>
Fri, 15 Jul 2016 18:37:56 +0000 (14:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Jul 2016 18:37:56 +0000 (14:37 -0400)
commit9ee2cecc2fd6a0e4e9633f0a4096b87414635c16
treebba1978ce6e87186a4e233762ebed4bbf329f414
parentd1dfa20d80f7e2eab9cf18542e41026439b112d0
PR c++/71718 - infinite recursion and alias template

* pt.c (push_tinst_level_loc): Set at_eof before fatal_error.

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