This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Fix gimple_alloca_call_p
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Jakub Jelinek" <jakub at redhat dot com>
- Cc: "Diego Novillo" <dnovillo at google dot com>, "Aldy Hernandez" <aldyh at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 May 2008 17:03:20 -0700
- Subject: Re: [tuples] Fix gimple_alloca_call_p
- References: <20080531000015.GF16061@devserv.devel.redhat.com>
On Fri, May 30, 2008 at 5:00 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> Unlike CALL_EXPR, GIMPLE_CALL_EXPR has directly FUNCTION_DECLs
> in gimple_call_fn. Without this patch tuples branch inlines functions
> using alloca, causing bootstrap failures even with ulimit -s 40000.
Is this the cause of PR 36184 ?
Thanks,
Andrew Pinski