From 711a778cfa2ff6cfd33200b3bf9066d256e6d6c9 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer <gerald@pfeifer.com> Date: Sat, 2 Jan 2010 19:23:00 +0000 Subject: [PATCH] invoke.texi (Optimize Options): Reword introduction a bit. * doc/invoke.texi (Optimize Options): Reword introduction a bit. Co-Authored-By: Alexander Monakov <amonakov@ispras.ru> From-SVN: r155578 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93890c6d6285..4e183ab60714 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 39d2bc4936b8..a7b7648a58ca 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 -- GitLab