Subject: re: alloca in libc
To: Martin Husemann <martin@duskware.de>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 12/02/2005 04:37:18
   On Thu, Dec 01, 2005 at 08:54:20AM +0100, Martin Husemann wrote:
   > So the other part of the question - why is gcc not using the builtin when
   > complinig libc?
   
   Ok, I found it: we now use -std=c99

why do we do that?  i don't see how it is correct espcially since we
don't try to program to a strictly C99 environment.  is alloca()
part of C99?  maybe this option correctly turns off the builtin?

i had also noticed this problem on macppc with something compiled
with -ansi.