Committed. Richard.
2011-03-11 Richard Guenther <rguent...@suse.de> * doc/invoke.texi (max-inline-insns-single): Adjust default value. Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 170874) +++ gcc/doc/invoke.texi (working copy) @@ -8301,7 +8301,7 @@ This number sets the maximum number of i internal representation) in a single function that the tree inliner will consider for inlining. This only affects functions declared inline and methods implemented in a class declaration (C++). -The default value is 300. +The default value is 400. @item max-inline-insns-auto When you use @option{-finline-functions} (included in @option{-O3}),