Commit e0d91975 by Brian Dessent Committed by Gerald Pfeifer

invoke.texi (Optimize Options): Add missing opindex for -fno-toplevel-reorder.

	* doc/invoke.texi (Optimize Options): Add missing opindex for
	-fno-toplevel-reorder.

From-SVN: r131213
parent 69dd3885
2007-12-08 Brian Dessent <brian@dessent.net>
* doc/invoke.texi (Optimize Options): Add missing opindex for
-fno-toplevel-reorder.
2007-12-27 Dorit Nuzman <dorit@il.ibm.com> 2007-12-27 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/34591 PR tree-optimization/34591
...@@ -6175,6 +6175,7 @@ but this scheme may not be supported by future releases of GCC@. ...@@ -6175,6 +6175,7 @@ but this scheme may not be supported by future releases of GCC@.
Enabled at levels @option{-O}, @option{-O2}, @option{-O3}, @option{-Os}. Enabled at levels @option{-O}, @option{-O2}, @option{-O3}, @option{-Os}.
@item -fno-toplevel-reorder @item -fno-toplevel-reorder
@opindex fno-toplevel-reorder
Do not reorder top-level functions, variables, and @code{asm} Do not reorder top-level functions, variables, and @code{asm}
statements. Output them in the same order that they appear in the statements. Output them in the same order that they appear in the
input file. When this option is used, unreferenced static variables input file. When this option is used, unreferenced static variables
......
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