re PR other/45443 (GCC documentation for -O3 flag doesn't mention -fipa-cp-clone)

2010-09-08  Martin Jambor  <mjambor@suse.cz>

	PR other/45443
	* doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
	at -O3.

From-SVN: r164018
This commit is contained in:
Martin Jambor 2010-09-08 20:13:03 +02:00 committed by Martin Jambor
parent 6e9585acf0
commit b0546598e2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-09-08 Martin Jambor <mjambor@suse.cz>
PR other/45443
* doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
at -O3.
2010-09-07 Ian Bolton <ian.bolton@arm.com>
Backport from mainline

View File

@ -5429,7 +5429,8 @@ invoking @option{-O2} on programs that use computed gotos.
Optimize yet more. @option{-O3} turns on all optimizations specified
by @option{-O2} and also turns on the @option{-finline-functions},
@option{-funswitch-loops}, @option{-fpredictive-commoning},
@option{-fgcse-after-reload} and @option{-ftree-vectorize} options.
@option{-fgcse-after-reload}, @option{-ftree-vectorize} and
@option{-fipa-cp-clone} options.
@item -O0
@opindex O0