]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Optimize Options): Reword introduction a bit.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 2 Jan 2010 19:23:00 +0000 (19:23 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 2 Jan 2010 19:23:00 +0000 (19:23 +0000)
* doc/invoke.texi (Optimize Options): Reword introduction a bit.

Co-Authored-By: Alexander Monakov <amonakov@ispras.ru>
From-SVN: r155578

gcc/ChangeLog
gcc/doc/invoke.texi

index 93890c6d628502f9779fd6e46a5023d0e50eaf9a..4e183ab60714345b57beb6f158a9190fe15763e9 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
+            Alexander Monakov  <amonakov@ispras.ru>
+
+       * doc/invoke.texi (Optimize Options): Reword introduction a bit.
+
 2010-01-02  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/42577
index 39d2bc4936b85dbb120e6004d78908ecf3652d4e..a7b7648a58ca1eb0282c500c24915fd2aaea4f87 100644 (file)
@@ -5666,8 +5666,9 @@ each of them.
 Not all optimizations are controlled directly by a flag.  Only
 optimizations that have a flag are listed in this section.
 
-Most of the optimizations are not enabled if a @option{-O} level is not set on
-the command line, even if individual optimization flags are specified.
+Most optimizations are only enabled if an @option{-O} level is set on
+the command line.  Otherwise they are disabled, even if individual             
+optimization flags are specified.
 
 Depending on the target and how GCC was configured, a slightly different
 set of optimizations may be enabled at each @option{-O} level than