Antwort: Re: [patch testsuite]: Skip some tests for w64 target

Jakub Jelinek jakub@redhat.com
Wed Feb 4 15:19:00 GMT 2009


On Wed, Feb 04, 2009 at 03:06:40PM +0000, Joseph S. Myers wrote:
> Now, at least some versions of GNU make unlimit the stack for themselves 

This is correct.

> and subprocesses, which may have the desired effect for GCC run from "make 

And this is a bug, it breaks a lot of stuff.  I believe it has been fixed
already.  The problem is if that such a change is 1) unexpected 2) when you
change the stack limit to unlimited, for threaded apps you usually decrease
the stack limit on Linux as opposed to increase.

	Jakub



More information about the Gcc-patches mailing list