From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Jakub Jelinek Cc: aoliva@redhat.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix tree inlining ICE Date: Tue, 23 Oct 2001 11:04:00 -0000 Message-id: <20011023110351.A19531@redhat.com> References: <20011023145503.D11778@sunsite.ms.mff.cuni.cz> X-SW-Source: 2001-10/msg01182.html 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~