diff mbox

ObjC/ObjC++ - finish implementation of Objective-C 2.0 @protocol attributes

Message ID 205961EB-ABF2-4C54-A700-7DB9DDD5AD39@meta-innovation.com
State New
Headers show

Commit Message

Nicola Pero Nov. 20, 2010, 10:59 a.m. UTC
>> Ok to commit ?
>
> Ok.  Patch to update the release notes pre-approved.

Thanks Mike - here's the update to the release notes that I applied --

      build Objective-C and Objective-C++ software that uses Foundation

Thanks
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.60
diff -u -r1.60 changes.html
--- changes.html	19 Nov 2010 08:35:56 -0000	1.60
+++ changes.html	20 Nov 2010 10:57:39 -0000
@@ -384,8 +384,9 @@ 
      attribute is <code>unused</code>, to mark an argument as unused in
      the implementation.</li>

-    <li>Objective-C 2.0 class and protocol attributes are not
-    implemented, presently they are just ignored.</li>
+    <li>Objective-C 2.0 class and protocol attributes are supported
+    both in Objective-C and Objective-C++.  Currently the only  
supported
+    attribute is <code>deprecated</code>.</li>

      <li>As a result of these enhancements, GCC can now be used to