This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More on c-gimplify.c:gimplify_decl_stmt
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 6 Jun 04 16:59:39 EDT
- Subject: Re: More on c-gimplify.c:gimplify_decl_stmt
No, because the SAVE_EXPR gets gimplified, which only changes the
internals of the SAVE_EXPR.
Hmm... if we actually did it that way, I think it would address the more
major problem I wrote about.
But gimplify_save_expr says:
/* Gimplify a SAVE_EXPR node. EXPR_P points to the expression to
gimplify. After gimplification, EXPR_P will point to a new temporary
that holds the original value of the SAVE_EXPR node.