This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] GIMPLE grammar changes in function calls.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 24 May 2003 00:07:04 -0400
- Subject: Re: [tree-ssa] GIMPLE grammar changes in function calls.
- Organization: Red Hat Canada
- References: <1053748533.6937.190.camel@frodo.toronto.redhat.com>
On Fri, 2003-05-23 at 23:55, Diego Novillo wrote:
> Removing the STRIP_NOPS we have now at the start of is_simple_unary_expr
> would make things work again (at the expense of forcing the gimplifier
> to create a new temporary).
>
> This is a change in the GIMPLE grammar. Do we want to change it? This
> means making CALL_EXPR detection a bit more cumbersome.
>
I meant that having the STRIP_NOPS at the start of is_simple_unary_expr
is a change in the GIMPLE grammar. Sorry.
Diego.