This is the mail archive of the gcc@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: Inlining (was: GCC 3.3 release criteria)


> >But then if -fobey-inline doesn't error then there is something about 
> >it?
> >
> >Matt, what does happen when a function can't be inlined?
> 
> Nothing special.  It inlines the function if possible; if not (e.g. if 
> it's a
> recursive call), then it just silently doesn't do the inlining.

That's exactly the semantics I want too. It would be nice if your patch
could be put into gcc 3.3

-Andi


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