This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR15366, -fno-inline-functions is ignored for static functions
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 31 Aug 2005 10:32:30 -0700
- Subject: Re: [PATCH] Fix PR15366, -fno-inline-functions is ignored for static functions
- References: <Pine.LNX.4.58.0508311458270.21309@wotan.suse.de>
On Wed, Aug 31, 2005 at 03:00:00PM +0200, Richard Guenther wrote:
> * common.opt: Add -finline-functions-called-once.
> Put -fearly-inlining in alphabetically ordered place.
> * doc/invoke.texi: Document new option.
> * ipa-inline.c (cgraph_decide_inlining): Honour
> flag_inline_functions_called_once.
Ok.
r~