aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJerry Quinn <jlquinn@optonline.net>2003-06-25 08:24:52 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-06-25 08:24:52 +0000
commit3f8b659dbd68143422a958784af3e7d33a89200a (patch)
tree5244916190c2568bd175a62413c420744dab6bb8 /gcc
parentd0e029d8aed17f222147680b638ad213f11a8d3d (diff)
downloadgcc-3f8b659dbd68143422a958784af3e7d33a89200a.zip
gcc-3f8b659dbd68143422a958784af3e7d33a89200a.tar.gz
gcc-3f8b659dbd68143422a958784af3e7d33a89200a.tar.bz2
re PR other/11280 (Manual incorrect WRT -freorder-blocks)
PR other/11280 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from -freorder-functions description. From-SVN: r68470
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 16bf837..db752b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-24 Jerry Quinn <jlquinn@optonline.net>
+
+ PR other/11280
+ * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
+ -freorder-functions description.
+
2003-06-25 Josef Zlomek <zlomekj@suse.cz>
* dwarf2out.c (gen_field_die): Return if type of decl is error mark.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 1ed4424..fb85612 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -4046,7 +4046,7 @@ The default is @option{-fguess-branch-probability} at levels
Reorder basic blocks in the compiled function in order to reduce number of
taken branches and improve code locality.
-Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
+Enabled at levels @option{-O2}, @option{-O3}.
@item -freorder-functions
@opindex freorder-functions