Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.2.0.9.2.20021229161843.01f43f18@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Sun, 29 Dec 2002 16:24:06 -0800 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re:Strange behaviour of gcc Cc: fabrizio_ge-wolit AT tiscali DOT it In-Reply-To: <20021229202812.12600.qmail@web21409.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Danny, Man! I scanned through the GCC man page for anything that would control this action, and couldn't find anything. I don't see "-mno-stack-arg-probe" listed there at all, nor is any option that includes the word "probe." Google ("GCC mno-stack-arg-probe" ) turns up only three relevant hits (including one recent thread on the Cygwin mailing list: and ). Randall Schulz At 12:28 2002-12-29, Danny Smith wrote: > > GCC's __builtin_alloca uses a helper function called _alloca to check > > the stack whenever allocating more that 4000 bytes in one go. > > > > Danny > >To disable stack probing, add this switch -mno-stack-arg-probe. > >Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/