Date: Thu, 9 Oct 1997 19:11:29 +0200 (IST) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: Herman Geza , djgpp AT delorie DOT com Subject: Re: Compiler crashes... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Oct 1997, Salvador Eduardo Tropea (SET) wrote: > And the error was ouf of virtual and not an stack fault, that's the most > strange part. Why is that strange? Is there any reason to believe that cc1 allocates all the space it needs to compile that code on its stack? For all I know, it can just as well call malloc. Then it would say "out of virtual memory". No?