This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: 20 GCC HEAD regressions, 4 new, with your patch on 2004-06-16T20:00:03Z.
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-regression at gcc dot gnu dot org, aj at suse dot de, aoliva at redhat dot com, bonzini at gnu dot org, dalej at apple dot com, dannysmith at users dot sourceforge dot net, dberlin at dberlin dot org, echristo at redhat dot com, joern dot rennecke at superh dot com, law at redhat dot com, pcarlini at suse dot de, rakdver at atrey dot karlin dot mff dot cuni dot cz, tobias dot schlueter at physik dot uni-muenchen dot de, vmakarov at redhat dot com
- Date: Thu, 17 Jun 2004 02:54:03 -0700
- Subject: Re: 20 GCC HEAD regressions, 4 new, with your patch on 2004-06-16T20:00:03Z.
- References: <20040617053531.A7466F879039@gcc-regress.apple.com> <200406170645.i5H6jfG30246@tin.geop.uc.edu>
On Thu, Jun 17, 2004 at 02:45:41AM -0400, Andrew Pinski wrote:
> The problem is that the Objective-C front-end does not keep track of
> which if has been opened so, right now we abort as there is nothing
> else to do. What we could do is either use WITH_CLEANUP_EXPR,
> TRY_CATCH_EXPR, or TRY_FINALLY_EXPR in the fornt-end and then expand
> it change it for the NeXT runtime (and then we get support for the GNU
> runtime at the same time:) ) or we could just have a stack to keep track
> of the ifs which are opened.
I'm working on this.
r~