[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @try @catch @finally examples
From: |
Andrew Pinski |
Subject: |
Re: @try @catch @finally examples |
Date: |
Wed, 26 Jan 2005 08:10:05 -0500 |
On Jan 26, 2005, at 7:49 AM, Rogelio M.Serrano Jr. wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2005-01-26 19:57:26 +0800 Chris Vetter <cbv@gmx.net> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks you very much!
Note, that according
to
http://gcc.gnu.org/onlinedocs/gcc/Objective_002dC-and-
Objective_002dC_002b_002b-Dialect-Options.html
@try, @catch, @finally and @synchronized are only available using gcc
with
-fobjc-exceptions -fnext-runtime on OSX 10.3 or later...
--
Chris
I need to update those docs and add something to
gcc.gnu.org/gcc-4.0/changes.html.
It works witth gcc-4.0.0 -fgnu-runtime -fobjc-exceptions
- -funit-at-a-time -fconstant-string-class=NSConstantString -O2
I dont know about @synchronized though.
@synchronized is not yet supported for the GNU runtime.
- Pinski