* decl2.c (max_tinst_depth): Increase default limit to 500.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 10 Jan 2002 14:56:50 +0000 (15:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 10 Jan 2002 14:56:50 +0000 (15:56 +0100)
From-SVN: r48727

gcc/cp/ChangeLog
gcc/cp/decl2.c

index b4cc6343876cec217f86f3c5578d9433ff96358c..10e84b49d77757c51ddec9d7f9b14466bea9eb50 100644 (file)
@@ -1,4 +1,8 @@
-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
        parenthesis.
index efc1abd2be488056769a13861deb061cefb5b14a..c384f86ccfc87ab1cc92299f7ce74bcb2369cc9b 100644 (file)
@@ -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.  */