PR other/45443
* doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
at -O3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164009
138bc75d-0d04-0410-961f-
82ee72b054a4
+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-08 Richard Guenther <rguenther@suse.de>
* gimple.c (gimple_types, type_hash_cache): Move to GC memory.
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