This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Verify loop fathers
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Steven Bosscher <stevenb dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 14 Aug 2012 12:45:00 +0200
- Subject: Re: [patch] Verify loop fathers
- References: <CABu31nPLYc=83rO0yqwJhsgy0SmwUi7ZoESjC8WL0nCYOd5OeA@mail.gmail.com>
On Tue, Aug 14, 2012 at 12:07 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Hello,
>
> Verifying loop fathers now passes on powerpc64-unknown-linux-gnu.
>
> Also speed up fix_loop_structure by requiring DOM_OK so that fast DOM
> queries are available.
>
> Bootstrapped&tested on powerpc64-unknown-linux-gnu. OK for trunk?
Ok.
Thanks,
Richard.
> Ciao!
> Steven