This is the mail archive of the gcc-patches@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: Objective-C exceptions on the GNU runtime?


On Dec 29, 2005, at 10:51 AM, Andrew Pinski wrote:
Anyways yes that is better.

Ok, thanks, checked in:


2005-12-29 Mike Stump <mrs@apple.com>

* doc/invoke.texi (Objective-C and Objective-C++ Dialect Options
-fobjc-exceptions): Don't imply this doesn't work with the GNU
runtime.


Doing diffs in doc:
--- doc/invoke.texi.~1~ 2005-12-16 11:34:39.000000000 -0800
+++ doc/invoke.texi 2005-12-29 11:15:07.000000000 -0800
@@ -1988,8 +1988,9 @@ accomplished via the comm page.
@item -fobjc-exceptions
@opindex fobjc-exceptions
Enable syntactic support for structured exception handling in Objective-C,
-similar to what is offered by C++ and Java. Currently, this option is only
-available in conjunction with the NeXT runtime on Mac OS X 10.3 and later.
+similar to what is offered by C++ and Java. This option is
+unavailable in conjunction with the NeXT runtime on Mac OS X 10.2 and
+earlier.


@smallexample
   @@try @{
--------------


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