From: jamborm Date: Wed, 8 Sep 2010 17:27:09 +0000 (+0000) Subject: 2010-09-08 Martin Jambor X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533537aaaaa3b30b66efbbf4ed52ee06fd2e5ea4;p=thirdparty%2Fgcc.git 2010-09-08 Martin Jambor 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39a4da10eca2..a8fa9c4424fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-09-08 Martin Jambor + + PR other/45443 + * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on + at -O3. + 2010-09-08 Richard Guenther * gimple.c (gimple_types, type_hash_cache): Move to GC memory. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5d9de6d6474b..7e15e3fd4b40 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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