Commit 711a778c by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 1d86f5e9
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> 2010-01-02 Richard Guenther <rguenther@suse.de>
PR middle-end/42577 PR middle-end/42577
......
...@@ -5666,8 +5666,9 @@ each of them. ...@@ -5666,8 +5666,9 @@ each of them.
Not all optimizations are controlled directly by a flag. Only Not all optimizations are controlled directly by a flag. Only
optimizations that have a flag are listed in this section. 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 Most optimizations are only enabled if an @option{-O} level is set on
the command line, even if individual optimization flags are specified. 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 Depending on the target and how GCC was configured, a slightly different
set of optimizations may be enabled at each @option{-O} level than set of optimizations may be enabled at each @option{-O} level than
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment