This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/12210] Bug in `expand_builtin_apply'
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Nov 2003 18:51:25 -0000
- Subject: [Bug middle-end/12210] Bug in `expand_builtin_apply'
- References: <20030908150117.12210.waspcoder@mail.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-11-25 18:51 -------
I don't think the fix is right, since push_block statically allocates memory on
the stack while we really want to dynamically allocate in this case.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12210