Can gcc 4.3.1 handle big function definitions?

2008-09-08 Thread Klaus Grue
Hi All, Is this a known problem: After upgrading to gcc 4.3.1, I can no longer compile a function whose source code is 0.7 Megabyte before preprocessing and 3.5 Megabyte after preprocessing. The function (named "testsuite") is just a long list of statements essentially of form if(!condition)

Re: Can gcc 4.3.1 handle big function definitions?

2008-09-08 Thread Klaus Grue
On Mon, 8 Sep 2008, Andrew Haley wrote: Klaus Grue wrote: Is this a known problem: After upgrading to gcc 4.3.1, I can no longer compile a function whose source code is 0.7 Megabyte before preprocessing and 3.5 Megabyte after preprocessing. The function (named "testsuite") is j