This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
BUG alloca used as argument to function.
- To: gcc-bugs at gcc dot gnu dot org
- Subject: BUG alloca used as argument to function.
- From: grahams <grahams at rcp dot co dot uk>
- Date: Sun, 05 Mar 2000 20:22:13 +0000
Hi
ALLOCA_BITMAP() which is used by ALLOCA_REG_SET() is implemented as
#define ALLOCA_BITMAP () bitmap_initialize ((bitmap)alloca (sizeof(..)))
alloca () should not be used as an argument to a function.
Graham