This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in tree-sra.c:sra_walk_modify_expr
- 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, 1 Nov 2004 10:07:47 -0800
- Subject: Re: Bug in tree-sra.c:sra_walk_modify_expr
- References: <10411011530.AA23324@vlsi1.ultra.nyu.edu>
On Mon, Nov 01, 2004 at 10:30:51AM -0500, Richard Kenner wrote:
> I think the "if (lhs_elt)" and "if (rhs_elt)" blocks have to be put in the
> other order.
...
> Do you agree?
Yes, that sounds right.
r~