This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/11491] Problem with optimized inline caller of alloca()
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2003 19:42:06 -0000
- Subject: [Bug middle-end/11491] Problem with optimized inline caller of alloca()
- References: <20030710170048.11491.tingjun.wen@idt.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11491
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-10 19:42 -------
It was fixed by:
Sun Nov 17 00:01:28 CET 2002 Jan Hubicka
* calls.c (alloca_call_p): New global function.
* tree.h (alloca_call_p): New.
* tree-inline.c (inlinable_function_p): Do not inline when
function calls alloca.
(find_alloca_call, find_alloca_call_1): New functions.