public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* documentation fix for -finline-small-functions
@ 2009-08-30 15:56 김남형
  2009-09-03  5:29 ` Ben Elliston
  0 siblings, 1 reply; 2+ messages in thread
From: 김남형 @ 2009-08-30 15:56 UTC (permalink / raw)
  To: gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: documentation fix for -finline-small-functions
  2009-08-30 15:56 documentation fix for -finline-small-functions 김남형
@ 2009-09-03  5:29 ` Ben Elliston
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2009-09-03  5:29 UTC (permalink / raw)
  To: 김남형; +Cc: gcc-patches

Thanks.  I've checked this in for you.

Ben

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-03  5:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-30 15:56 documentation fix for -finline-small-functions 김남형
2009-09-03  5:29 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).