This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Semantics of MODIFY_EXPR with CONSTRUCTOR rhs
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 2 Aug 2004 15:56:25 -0700
- Subject: Re: Semantics of MODIFY_EXPR with CONSTRUCTOR rhs
- References: <10408022154.AA05365@vlsi1.ultra.nyu.edu>
On Mon, Aug 02, 2004 at 05:54:17PM -0400, Richard Kenner wrote:
> I'm currently testing the following for gimplify_init_ctor_preeval:
Looks good.
> with the lhs, since "a = { .x=a }" doesn't make sense. This will be
> always be true for all scalars, since is_gimple_mem_rhs insists on a
Please fix my "be always be" mistake in your local copy.
r~