On Jul 19, 2011, at 12:56 AM, Mike Stump <mikest...@comcast.net> wrote:
> On Jul 18, 2011, at 2:58 PM, Jakub Jelinek <ja...@redhat.com> wrote: >> Especially the FEs and gimplification are highly recursive on more complex >> (especially badly generated) testcases, the following patch attempts to >> increase stack size to 64MB if possible. > > No, you'd need a max in there or a condition to ensure the new code doesn't > lower the limit for this to be true? Ah, never mind I missed one little part of the patch.