diff options
author | Martin Jambor <mjambor@suse.cz> | 2010-09-08 19:27:09 +0200 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2010-09-08 19:27:09 +0200 |
commit | da1cc2e401dc4255a636911c37dd85ab6fc04066 (patch) | |
tree | 3f41041c332c9dd42803a5ad0e780b13e86be3d5 /gcc | |
parent | 7602cb87c64a8e66be536194c5f0747d2f1a38fa (diff) | |
download | gcc-da1cc2e401dc4255a636911c37dd85ab6fc04066.zip gcc-da1cc2e401dc4255a636911c37dd85ab6fc04066.tar.gz gcc-da1cc2e401dc4255a636911c37dd85ab6fc04066.tar.bz2 |
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: r164009
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39a4da1..a8fa9c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5d9de6d..7e15e3f 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 |