This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] PR 11280
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 01:07:32 -0400
- Subject: [patch] PR 11280
I thought I had checked this stuff carefully. Sorry about that.
Jerry
2003-06-24 Jerry Quinn <jlquinn@optonline.net>
PR other/11280
* gcc/doc/invoke.texi (Optimization Options): Remove -Os from
-freorder-functions description.
*** invoke.texi.~1.301.~ Tue Jun 24 00:36:50 2003
--- invoke.texi Tue Jun 24 01:01:55 2003
***************
*** 4046,4052 ****
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}.
@item -freorder-functions
@opindex freorder-functions
--- 4046,4052 ----
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}.
@item -freorder-functions
@opindex freorder-functions