aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2008-01-12 15:02:06 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2008-01-12 14:02:06 +0000
commita60b56a48842de242a7d71cb32bcf5b9e0482e4a (patch)
tree075be1a31ee00ab1c46743ad2e47831f8f617aba /gcc
parent29ac1d9ae567169b767eb850b95632af389ef085 (diff)
downloadgcc-a60b56a48842de242a7d71cb32bcf5b9e0482e4a.zip
gcc-a60b56a48842de242a7d71cb32bcf5b9e0482e4a.tar.gz
gcc-a60b56a48842de242a7d71cb32bcf5b9e0482e4a.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 981518c..3499776 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5c63161..177e007 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