This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/44783] implement -ftemplate-backtrace-limit=


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44783

--- Comment #14 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-03-15 09:57:35 UTC ---
Author: paolo
Date: Thu Mar 15 09:57:29 2012
New Revision: 185424

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185424
Log:
/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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c.opt
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/error.c
    trunk/gcc/doc/invoke.texi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]