Commit f21ee879 by Jakub Jelinek

* decl2.c (max_tinst_depth): Increase default limit to 500.

From-SVN: r48727
parent 5a4dd0b3
2002-01-20 Graham Stott <grahams@redhat.com> 2002-01-10 Jakub Jelinek <jakub@redhat.com>
* decl2.c (max_tinst_depth): Increase default limit to 500.
2002-01-10 Graham Stott <grahams@redhat.com>
* spew.c (YYCHAR): Uppercase macro parameter and add * spew.c (YYCHAR): Uppercase macro parameter and add
parenthesis. parenthesis.
......
...@@ -382,7 +382,7 @@ int flag_use_cxa_atexit; ...@@ -382,7 +382,7 @@ int flag_use_cxa_atexit;
arbitrary, but it exists to limit the time it takes to notice arbitrary, but it exists to limit the time it takes to notice
infinite template instantiations. */ infinite template instantiations. */
int max_tinst_depth = 50; int max_tinst_depth = 500;
/* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */ /* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment