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: Diego Novillo <dnovillo at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Aldy Hernandez <aldyh at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 May 2008 20:21:26 -0400
- Subject: Re: [tuples] Fix gimple_alloca_call_p
- References: <20080531000015.GF16061@devserv.devel.redhat.com>
On Fri, May 30, 2008 at 20:00, Jakub Jelinek <jakub@redhat.com> wrote:
> 2008-05-31 Jakub Jelinek <jakub@redhat.com>
>
> * calls.c (gimple_alloca_call_p): Look for FUNCTION_DECL in
> gimple_call_fn instead of ADDR_EXPR.
I'm about to commit a similar version. I want to test if this fixes
the darwin bootstrap problem first.
Diego.