invoke.texi (Warning Options): Simplify language.
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 20 Sep 2016 16:42:14 +0000 (16:42 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 20 Sep 2016 16:42:14 +0000 (16:42 +0000)
* doc/invoke.texi (Warning Options): Simplify language.
(Optimize Options): Complete sentence.

From-SVN: r240274

gcc/ChangeLog
gcc/doc/invoke.texi

index 9c757ca..ac74265 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
index 3c27283..d171cfd 100644 (file)
@@ -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