This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR53011
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 21 Apr 2012 10:19:30 -0700
- Subject: Re: [PATCH] Fix PR53011
- References: <Pine.LNX.4.64.1204171537440.23071@jbgna.fhfr.qr>
On Tue, Apr 17, 2012 at 6:38 AM, Richard Guenther <rguenther@suse.de> wrote:
>
> This fixes PR53011 - EH cleanup needs to cater for loops now
> (or avoid some transforms).
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk.
>
> Richard.
This caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53062
--
H.J.