diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93890c6d628502f9779fd6e46a5023d0e50eaf9a..4e183ab60714345b57beb6f158a9190fe15763e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-01-02 Gerald Pfeifer <gerald@pfeifer.com> + Alexander Monakov <amonakov@ispras.ru> + + * doc/invoke.texi (Optimize Options): Reword introduction a bit. + 2010-01-02 Richard Guenther <rguenther@suse.de> PR middle-end/42577 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 39d2bc4936b85dbb120e6004d78908ecf3652d4e..a7b7648a58ca1eb0282c500c24915fd2aaea4f87 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5666,8 +5666,9 @@ each of them. Not all optimizations are controlled directly by a flag. Only optimizations that have a flag are listed in this section. -Most of the optimizations are not enabled if a @option{-O} level is not set on -the command line, even if individual optimization flags are specified. +Most optimizations are only enabled if an @option{-O} level is set on +the command line. Otherwise they are disabled, even if individual +optimization flags are specified. Depending on the target and how GCC was configured, a slightly different set of optimizations may be enabled at each @option{-O} level than