re PR other/45443 (GCC documentation for -O3 flag doesn't mention -fipa-cp-clone)
authorMartin Jambor <mjambor@suse.cz>
Wed, 8 Sep 2010 17:27:09 +0000 (19:27 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 8 Sep 2010 17:27:09 +0000 (19:27 +0200)
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: r164009

gcc/ChangeLog
gcc/doc/invoke.texi

index 39a4da1..a8fa9c4 100644 (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-08  Richard Guenther  <rguenther@suse.de>
 
        * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
index 5d9de6d..7e15e3f 100644 (file)
@@ -5979,7 +5979,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