This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/44783] implement -ftemplate-backtrace-limit=
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 14 Feb 2012 11:14:18 +0000
- Subject: [Bug c++/44783] implement -ftemplate-backtrace-limit=
- Auto-submitted: auto-generated
- References: <bug-44783-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44783
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paolo.carlini at oracle dot
| |com
--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-14 11:14:18 UTC ---
Thanks Manuel. Thus, I'm going to test your patch. Was wondering, maybe we want
the nit: 'n_total > template_backtrace_limit + 2' n the condition, in order to
keep by default exactly the current behavior?
Otherwise, shall I send the patch to the mailing list for you? Thanks again.