From: Gerald Pfeifer Date: Sat, 2 Jan 2010 19:23:00 +0000 (+0000) Subject: invoke.texi (Optimize Options): Reword introduction a bit. X-Git-Tag: releases/gcc-4.5.0~1439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711a778cfa2ff6cfd33200b3bf9066d256e6d6c9;p=thirdparty%2Fgcc.git invoke.texi (Optimize Options): Reword introduction a bit. * doc/invoke.texi (Optimize Options): Reword introduction a bit. Co-Authored-By: Alexander Monakov From-SVN: r155578 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93890c6d6285..4e183ab60714 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-01-02 Gerald Pfeifer + Alexander Monakov + + * doc/invoke.texi (Optimize Options): Reword introduction a bit. + 2010-01-02 Richard Guenther PR middle-end/42577 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 39d2bc4936b8..a7b7648a58ca 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