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]

Re: [PATCH] Fix tree inlining ICE


On Tue, Oct 23, 2001 at 02:55:03PM +0200, Jakub Jelinek wrote:
> BTW: I have another issue with C tree inlining. The default
> -finline-limit=600 is too low for glibc and causes glibc ld.so not to work
> at all (glibc in one place relies on some nested static inline functions
> beeing inlined).

FWIW, "extern inline" is currently set to disable the inline limit.
Whether that's a good idea or not, I'm not sure.


r~


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