aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2010-01-02 19:23:00 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2010-01-02 19:23:00 +0000
commit711a778cfa2ff6cfd33200b3bf9066d256e6d6c9 (patch)
tree7e3f1f21c93fa456cf211458e8828bd101590141 /gcc/doc
parent1d86f5e9ecf0454eae2c3edc8eed7aafdf2c994e (diff)
downloadgcc-711a778cfa2ff6cfd33200b3bf9066d256e6d6c9.zip
gcc-711a778cfa2ff6cfd33200b3bf9066d256e6d6c9.tar.gz
gcc-711a778cfa2ff6cfd33200b3bf9066d256e6d6c9.tar.bz2
invoke.texi (Optimize Options): Reword introduction a bit.
* doc/invoke.texi (Optimize Options): Reword introduction a bit. Co-Authored-By: Alexander Monakov <amonakov@ispras.ru> From-SVN: r155578
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 39d2bc4..a7b7648 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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