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]

Re: [PATCH][4.0] Fix PR15366, -fno-inline-functions is ignored forstatic functions


On Wed, 31 Aug 2005, Andrew Pinski wrote:

> 
> On Aug 31, 2005, at 1:33 PM, Richard Henderson wrote:
> 
> > On Wed, Aug 31, 2005 at 03:00:58PM +0200, Richard Guenther wrote:
> > >         * common.opt: Add -finline-functions-called-once.
> > >         * doc/invoke.texi: Document new option.
> > >         * cgraphunit.c (cgraph_decide_inlining): Honour
> > >         flag_inline_functions_called_once.
> > 
> > Why not exactly the same as the 4.1 patch?
> 
> Because ipa-inline.c did not exist in 4.0.

Indeed.  Otherwise it's identical.  I commited the patch to mainline
with the changed documentation wording I posted.  Is this ok for 4.0,
too?

Thanks,
Richard.


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