From: Jerry Quinn Date: Wed, 25 Jun 2003 08:24:52 +0000 (+0000) Subject: re PR other/11280 (Manual incorrect WRT -freorder-blocks) X-Git-Tag: releases/gcc-3.4.0~5492 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f8b659dbd68143422a958784af3e7d33a89200a;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16bf83786ace..db752b2ef73e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-06-24 Jerry Quinn + + PR other/11280 + * gcc/doc/invoke.texi (Optimization Options): Remove -Os from + -freorder-functions description. + 2003-06-25 Josef Zlomek * 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 1ed4424c150d..fb85612d1802 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