PR c++/43076
commitc61b0135cc8c6a557a227a2ebbc9e2435a3462a9
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Mar 2010 22:34:02 +0000 (30 22:34 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Mar 2010 22:34:02 +0000 (30 22:34 +0000)
treeab94c5c4fb4d5c3e87c4882aa89cfe910d132d8a
parent27176e7cd866c07dc853b2f9993c19cd10613980
PR c++/43076
* pt.c (push_template_decl_real): Deal better with running out of
scopes before running out of template parms.

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