From: Jan Hubicka Date: Sat, 12 Jan 2008 14:02:06 +0000 (+0100) Subject: re PR other/28023 (documentation error max-inline-recursive-depth) X-Git-Tag: releases/gcc-4.3.0~640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60b56a48842de242a7d71cb32bcf5b9e0482e4a;p=thirdparty%2Fgcc.git re PR other/28023 (documentation error max-inline-recursive-depth) PR other/28023 * invoke.texi (max-inline-recursive-depth): Fix default value. From-SVN: r131492 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 981518cdf70d..3499776b3956 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-12 Jan Hubicka + + PR other/28023 + * invoke.texi (max-inline-recursive-depth): Fix default value. + 2008-01-12 Zdenek Dvorak * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5c63161c372a..177e007db11f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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