Commit c7922247 by Gerald Pfeifer Committed by Gerald Pfeifer

invoke.texi (Warning Options): Simplify language.

	* doc/invoke.texi (Warning Options): Simplify language.
	(Optimize Options): Complete sentence.

From-SVN: r240274
parent 8dd23f3e
2016-09-20 Gerald Pfeifer <gerald@pfeifer.com>
* doc/invoke.texi (Warning Options): Simplify language.
(Optimize Options): Complete sentence.
2016-09-20 David Edelsohn <dje.gcc@gmail.com> 2016-09-20 David Edelsohn <dje.gcc@gmail.com>
* dbxout.c (xcoff_debug_hooks): Add filename parameter to * dbxout.c (xcoff_debug_hooks): Add filename parameter to
......
...@@ -3752,8 +3752,8 @@ conditional expression. ...@@ -3752,8 +3752,8 @@ conditional expression.
@code{register}. @code{register}.
@item @item
(C++ only) A base class is not initialized in a derived class's copy (C++ only) A base class is not initialized in the copy constructor
constructor. of a derived class.
@end itemize @end itemize
...@@ -9128,9 +9128,9 @@ increasing the prologue size or complexity of function body to other ...@@ -9128,9 +9128,9 @@ increasing the prologue size or complexity of function body to other
optimizers. optimizers.
When profile feedback is available (see @option{-fprofile-generate}) the actual When profile feedback is available (see @option{-fprofile-generate}) the actual
recursion depth can be guessed from probability that function recurses via a recursion depth can be guessed from the probability that function recurses
given call expression. This parameter limits inlining only to call expressions via a given call expression. This parameter limits inlining only to call
whose probability exceeds the given threshold (in percents). expressions whose probability exceeds the given threshold (in percents).
The default value is 10. The default value is 10.
@item early-inlining-insns @item early-inlining-insns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment