This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 20 GCC HEAD regressions, 4 new, with your patch on 2004-06-16T20:00:03Z.


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]