Commit 3f8b659d by Jerry Quinn Committed by Gerald Pfeifer

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
parent d0e029d8
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment