use of alloca() inside the arguments of a function call
Alexandre Oliva
oliva@dcc.unicamp.br
Mon Oct 26 02:13:00 GMT 1998
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
More information about the Gcc
mailing list