This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Oops :/
- To: egcs-bugs at cygnus dot com
- Subject: Oops :/
- From: Carlo Wood <carlo at runaway dot xs4all dot nl>
- Date: Sat, 22 Aug 1998 19:34:53 +0200 (CEST)
- Cc: egcs at cygnus dot com (egcs at cygnus dot com), pommnitz at darmstadt dot gmd dot de
Hmm, always think for 5 minutes longer before sending a mail :/
I am suddenly not so sure anymore that it is a bug.
Its equivalent to doing:
foo(alloca(20), '\n');
If '\n' is put on the stack first, you have a problem.
Can it be a requirement that alloca() occuring in parameter lists
of function calls are pre-calculated, before putting the
parameters on the stack?
Think of
foo(alloca(20), alloca(20));
Please remove egcs-bugs@cygnus.com from the recipient list
when you reply.
--
Carlo Wood <carlo@runaway.xs4all.nl>