]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/28023 (documentation error max-inline-recursive-depth)
authorJan Hubicka <jh@suse.cz>
Sat, 12 Jan 2008 14:02:06 +0000 (15:02 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 12 Jan 2008 14:02:06 +0000 (14:02 +0000)
PR other/28023
* invoke.texi (max-inline-recursive-depth): Fix default value.

From-SVN: r131492

gcc/ChangeLog
gcc/doc/invoke.texi

index 981518cdf70d1f9527dc0a496d4e9bf9fb92b5ad..3499776b3956801d9567745b2a24529a2113c159 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-12  Jan Hubicka  <jh@suse.cz>
+
+       PR other/28023
+       * invoke.texi (max-inline-recursive-depth): Fix default value.
+
 2008-01-12  Zdenek Dvorak  <ook@ucw.cz>
 
        * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
index 5c63161c372ae100551c808b37c54112914ab479..177e007db11fa0b76ab1352934a336659af19234 100644 (file)
@@ -6800,7 +6800,7 @@ For functions declared inline @option{--param max-inline-recursive-depth} is
 taken into account.  For function not declared inline, recursive inlining
 happens only when @option{-finline-functions} (included in @option{-O3}) is
 enabled and @option{--param max-inline-recursive-depth-auto} is used.  The
-default value is 450.
+default value is 8.
 
 @item min-inline-recursive-probability
 Recursive inlining is profitable only for function having deep recursion