From c79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 20 Sep 2016 16:42:14 +0000 Subject: [PATCH] invoke.texi (Warning Options): Simplify language. * doc/invoke.texi (Warning Options): Simplify language. (Optimize Options): Complete sentence. From-SVN: r240274 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c757ca9f5b..ac7426515c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-09-20 Gerald Pfeifer + + * doc/invoke.texi (Warning Options): Simplify language. + (Optimize Options): Complete sentence. + 2016-09-20 David Edelsohn * dbxout.c (xcoff_debug_hooks): Add filename parameter to diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3c272836feb..d171cfd9aeb 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 -- 2.30.2