Commit 83bb5ce3 by Alexander Monakov Committed by Alexander Monakov

invoke.texi: Clarify that most optimizations are not enabled without -O.


2009-10-15  Alexander Monakov  <amonakov@ispras.ru>

	* doc/invoke.texi: Clarify that most optimizations are not enabled
	without -O.

From-SVN: r152852
parent 77785f4f
2009-10-15 Alexander Monakov <amonakov@ispras.ru>
* doc/invoke.texi: Clarify that most optimizations are not enabled
without -O.
2009-10-15 Richard Guenther <rguenther@suse.de> 2009-10-15 Richard Guenther <rguenther@suse.de>
PR lto/41668 PR lto/41668
...@@ -5628,6 +5628,9 @@ each of them. ...@@ -5628,6 +5628,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
the command line, 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
those listed here. You can invoke GCC with @samp{-Q --help=optimizers} those listed here. You can invoke GCC with @samp{-Q --help=optimizers}
......
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