This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

documentation fix for -finline-small-functions


Hi,

-finline-small-functions flag is enabled by -O2 not -O.

Thanks.


2009-08-30  Namhyung Kim  <namhyung@gmail.com>

	* doc/invoke.texi (-finline-small-functions): move to -O2.

diff -ruN gcc-4.4.1-orig/gcc/doc/invoke.texi gcc-4.4.1/gcc/doc/invoke.texi
--- gcc-4.4.1-orig/gcc/doc/invoke.texi	2009-08-30 16:21:51.000000000 +0900
+++ gcc-4.4.1/gcc/doc/invoke.texi	2009-08-30 16:27:25.000000000 +0900
@@ -5349,7 +5349,6 @@
 -fguess-branch-probability @gol
 -fif-conversion2 @gol
 -fif-conversion @gol
--finline-small-functions @gol
 -fipa-pure-const @gol
 -fipa-reference @gol
 -fmerge-constants
@@ -5387,6 +5386,7 @@
 -fdelete-null-pointer-checks @gol
 -fexpensive-optimizations @gol
 -fgcse  -fgcse-lm  @gol
+-finline-small-functions @gol
 -findirect-inlining @gol
 -foptimize-sibling-calls @gol
 -fpeephole2 @gol


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]