This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Further observations regarding alloca on i586-pc-linux-gnu
On Mon, Aug 24, 1998 at 05:38:38PM +0200, Joerg Pommnitz wrote:
> I really think the test is valid. There are no documented constraints
> on the usage of alloca. An option "-fno-inline-alloca" and the generic
> alloca emulation included in glibc would provide a useable work around.
As discussed elsewhere on this thread, no it wouldn't. You'll
get _exactly_ the same results from the alloca in glibc.
With the malloc-based c alloca in gcc, it would work, but that
is rather different.
r~