This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] New regressions after 2003-10-26
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: Richard Henderson <rth at redhat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 03 Nov 2003 12:22:08 -0500
- Subject: Re: [tree-ssa] New regressions after 2003-10-26
- Organization: Red Hat Canada
- References: <1067349685.3047.33.camel@frodo.toronto.redhat.com> <20031103164748.GA27076@atrey.karlin.mff.cuni.cz>
On Mon, 2003-11-03 at 11:47, Zdenek Dvorak wrote:
> * gimplify.c (should_carry_locus_p): New. Do not assign locus to
> empty exprs.
>
I wonder if we shouldn't use !TREE_SIDE_EFFECTS (expr) here.
Diego.