aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2016-09-20 16:42:14 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2016-09-20 16:42:14 +0000
commitc79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3 (patch)
treee14a60993c2c4b9157c7534000968b2983a29654 /gcc/doc
parent8dd23f3e08fac90a8ac37401c8ba8271b19fe79a (diff)
downloadgcc-c79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3.zip
gcc-c79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3.tar.gz
gcc-c79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3.tar.bz2
invoke.texi (Warning Options): Simplify language.
* doc/invoke.texi (Warning Options): Simplify language. (Optimize Options): Complete sentence. From-SVN: r240274
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3c27283..d171cfd 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -3752,8 +3752,8 @@ conditional expression.
@code{register}.
@item
-(C++ only) A base class is not initialized in a derived class's copy
-constructor.
+(C++ only) A base class is not initialized in the copy constructor
+of a derived class.
@end itemize
@@ -9128,9 +9128,9 @@ increasing the prologue size or complexity of function body to other
optimizers.
When profile feedback is available (see @option{-fprofile-generate}) the actual
-recursion depth can be guessed from probability that function recurses via a
-given call expression. This parameter limits inlining only to call expressions
-whose probability exceeds the given threshold (in percents).
+recursion depth can be guessed from the probability that function recurses
+via a given call expression. This parameter limits inlining only to call
+expressions whose probability exceeds the given threshold (in percents).
The default value is 10.
@item early-inlining-insns