From patchwork Sat Nov 20 10:59:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Pero X-Patchwork-Id: 72348 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 3D7261007D5 for ; Sat, 20 Nov 2010 22:00:14 +1100 (EST) Received: (qmail 20251 invoked by alias); 20 Nov 2010 11:00:11 -0000 Received: (qmail 20235 invoked by uid 22791); 20 Nov 2010 11:00:09 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Nov 2010 11:00:02 +0000 Received: from eggs.gnu.org ([140.186.70.92]:49189) by fencepost.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PJlAj-0001VG-T3 for gcc-patches@gnu.org; Sat, 20 Nov 2010 05:59:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJlAk-0006gI-LM for gcc-patches@gnu.org; Sat, 20 Nov 2010 05:59:59 -0500 Received: from smtp181.iad.emailsrvr.com ([207.97.245.181]:50791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJlAk-0006gB-IC for gcc-patches@gnu.org; Sat, 20 Nov 2010 05:59:58 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp38.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id E65493487F0; Sat, 20 Nov 2010 05:59:57 -0500 (EST) Received: by smtp38.relay.iad1a.emailsrvr.com (Authenticated sender: nicola.pero-AT-meta-innovation.com) with ESMTPA id 5E3B93487D8; Sat, 20 Nov 2010 05:59:57 -0500 (EST) Cc: "gcc-patches@gnu.org" Message-Id: <205961EB-ABF2-4C54-A700-7DB9DDD5AD39@meta-innovation.com> From: Nicola Pero To: Mike Stump In-Reply-To: Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: ObjC/ObjC++ - finish implementation of Objective-C 2.0 @protocol attributes Date: Sat, 20 Nov 2010 10:59:49 +0000 References: <1290109869.18015921@192.168.2.228> <1290119234.487119290@192.168.4.58> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org >> 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 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 unused, to mark an argument as unused in the implementation. -
  • Objective-C 2.0 class and protocol attributes are not - implemented, presently they are just ignored.
  • +
  • Objective-C 2.0 class and protocol attributes are supported + both in Objective-C and Objective-C++. Currently the only supported + attribute is deprecated.
  • As a result of these enhancements, GCC can now be used to