diff options
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r-- | gcc/c-family/c.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 40ff96c..a14514a 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1035,6 +1035,10 @@ ftabstop= C ObjC C++ ObjC++ Joined RejectNegative UInteger -ftabstop=<number> Distance between tab stops for column reporting +ftemplate-backtrace-limit= +C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10) +Set the maximum number of template instantiation notes for a single warning or error + ftemplate-depth- C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=) |