From patchwork Wed Nov 17 09:31:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] : Updated gcc-4.6/changes.html for Objective-C/Objective-C++ From: Nicola Pero X-Patchwork-Id: 71535 Message-Id: <1289986290.375121733@192.168.2.229> To: "gcc-patches@gnu.org" Date: Wed, 17 Nov 2010 10:31:30 +0100 (CET) This patch updates the wwwdocs with the changes that were done for Objective-C and Objective-C++ for GCC 4.6. There's quite a lot of stuff :-) ... and I didn't include all the bugfixes. Two things to note: * @property + @optional is known not to work properly yet, but it's a bug and we'll fix it before release; I didn't mention it in the release notes. * I had to mention in the release notes that we now parse ObjC 2.0 class/protocol attributes but don't implement them. That is the honest state of affairs but actually looks bad on release notes; it would only take me a few hours to fix that and complete the implementation so I think I'll do that hopefully in the next week or so when I get a bit of time. Then we can amend the release notes and say that these are implemented too. Anyway, for now it's fair to say that they are parsed but not implemented. ;-) Ok to commit ? Thanks Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.58 diff -u -r1.58 changes.html --- changes.html 7 Nov 2010 13:48:21 -0000 1.58 +++ changes.html 17 Nov 2010 09:11:46 -0000 @@ -293,6 +293,125 @@

Java (GCJ)

+

Objective-C and Objective-C++

+ + + +

Runtime Library (libobjc)

+ + +

New Targets and Target Specific Improvements

IA-32/x86-64