This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples] Fix gimple_alloca_call_p


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]