OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Feb 2010 21:20:04 +0000 (21:20 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Feb 2010 21:20:04 +0000 (21:20 +0000)
commit24f8939ea68a6665eb24112fc8293855d27872a5
tree1a705e9468f4fd9553bcd09117ccf45e69d324ec
parent64e9b516e825dd7e929177d5cfea1e990ce7372a
2010-02-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/23510
cp/
* error.c (print_instantiation_partial_context_line): New.
(print_instantiation_partial_context): Print at most 12 contexts,
skip the rest with a message.
testsuite/
* g++.dg/template/recurse.C: Adjust.
* g++.dg/template/pr23510.C: New.

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