From f21ee879953b67fa403918d5b639711c749a1ea6 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 10 Jan 2002 15:56:50 +0100 Subject: [PATCH] * decl2.c (max_tinst_depth): Increase default limit to 500. From-SVN: r48727 --- gcc/cp/ChangeLog | 6 +++++- gcc/cp/decl2.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b4cc6343876..10e84b49d77 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,4 +1,8 @@ -2002-01-20 Graham Stott +2002-01-10 Jakub Jelinek + + * decl2.c (max_tinst_depth): Increase default limit to 500. + +2002-01-10 Graham Stott * spew.c (YYCHAR): Uppercase macro parameter and add parenthesis. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index efc1abd2be4..c384f86ccfc 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -382,7 +382,7 @@ int flag_use_cxa_atexit; arbitrary, but it exists to limit the time it takes to notice 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. */ -- 2.30.2