This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: use of alloca() inside the arguments of a function call
- To: "Robert D. Nielsen" <robert dot nielsen at everest dot com>
- Subject: Re: use of alloca() inside the arguments of a function call
- From: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Date: 26 Oct 1998 06:16:19 -200
- Cc: egcs at cygnus dot com
- References: <199810220359.UAA08944@everest.com>
Robert D Nielsen <robert.nielsen@everest.com> writes:
> What are the limitations of using a call to alloca() inside the arguments to a function?
alloca() is not standard, and it is known to produce incorrect results
on various (all?) platforms.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil