From: Ben Collins <[EMAIL PROTECTED]> > On Thu, Jul 26, 2001 at 08:27:14PM +0200, Petr Vandrovec wrote: > > Package: gcc-3.0 > > Version: 3.0.1-0pre010723 > > > > Hi, > > gcc-3.0.1 contains some really unreasonable default for -flimit-inline - > > probably something around 100, but I did not look at sources. > > Why not have the kernel Makefile pass "-flimit-inline=10000" explicitly?
We should look upstream before adding any ill advised patches, as the problem is known (limit-inline = 100 because before, gcc was trashing machines with 4 GB of memory. A search for a better default is being made.) There should be a fix out with 3.0.1-final.