|
From: | Andrew Pinski |
Subject: | Re: New style exception handling |
Date: | Tue, 12 Jun 2007 07:27:22 -0700 |
On 6/12/07, Larry Campbell <lcampbel@akamai.com> wrote:
I wrote a trivial test program to try out the new style exception handling (@try/@throw/@catch/@finally). It works fine on Mac OS X, but on gnustep (gcc 4.1, gnustep-base 1.13.0) the @throw immediately dumps core. Is this expected to work?
It should work with GCC 4.1. Can you come up with a small testcase which shows the issue. Also which target are you using? Thanks, Andrew Pinski
[Prev in Thread] | Current Thread | [Next in Thread] |