This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Objective-C exceptions on the GNU runtime?
- From: Mike Stump <mrs at apple dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Dan Villiom Podlaski Christiansen <danchr at opendarwin dot org>
- Date: Thu, 29 Dec 2005 11:20:22 -0800
- Subject: Re: Objective-C exceptions on the GNU runtime?
- References: <5D77D620-5C19-475F-A4CA-4A6D4DE33674@opendarwin.org> <ecb54f3e814bce4e52e3ee8173dc76c5@physics.uc.edu> <CD64F107-694A-49C8-ACD3-7736868C12D9@apple.com> <5b4c07f09986c67234c32d4b3f5dcf42@physics.uc.edu>
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 @{
--------------