This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Fix for crash in compute_antic
- From: Ian Lance Taylor <iant at google dot com>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 23 Dec 2008 07:38:00 -0800
- Subject: Re: RFC: Fix for crash in compute_antic
- References: <20081219050211.562284C1C098@zelda.codesourcery.com>
mitchell@codesourcery.com (Mark Mitchell) writes:
> However, I think the analysis below makes this patch reasonably
> obvious. I'm looking for confirmation of that. :-)
> 2008-12-18 Mark Mitchell <mark@codesourcery.com>
>
> * tree-ssa-pre.c (compute_antic): Correct loop bounds.
I think your analysis is correct and this patch looks good.
Ian