re PR c++/44783 (implement -ftemplate-backtrace-limit=)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 15 Mar 2012 09:57:29 +0000 (09:57 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 15 Mar 2012 09:57:29 +0000 (09:57 +0000)
commita12bf402815d0aa90dd32eb3a279281ca3a1dffd
tree70731acae4b8c0682512aff60d80deeae2d69531
parent1f163ef7ac70375b21ab891ec543a2bca7205dda
re PR c++/44783 (implement -ftemplate-backtrace-limit=)

/c-family
2012-03-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/44783
* c.opt (ftemplate-backtrace-limit) Add.

/cp
2012-03-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/44783
* error.c (print_instantiation_partial_context): Use
template_backtrace_limit.

/doc
2012-03-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/44783
* doc/invoke.texi [C++ Language Options]: Document
-ftemplate-backtrace-limit.

From-SVN: r185424
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/doc/invoke.texi