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: Lots and lots of inlining failures during v3 building


On Thu, 2003-05-01 at 03:15, Paolo Carlini wrote:
> Hi,
> 
> I had believed this was limited to trunk, but in fact is happening for 
> 3_3 too.

This is happening because I fixed -Winline; it wasn't working before.

There's no difference in the code generated by the compiler for the
library; it's just warning you about things it's not inlining instead of
silently not inlining them.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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