From patchwork Tue Feb 8 00:14:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Pero X-Patchwork-Id: 82257 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 6303CB70B3 for ; Tue, 8 Feb 2011 11:14:32 +1100 (EST) Received: (qmail 8225 invoked by alias); 8 Feb 2011 00:14:29 -0000 Received: (qmail 8217 invoked by uid 22791); 8 Feb 2011 00:14:28 -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; Tue, 08 Feb 2011 00:14:22 +0000 Received: from eggs.gnu.org ([140.186.70.92]:46867) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1PmbDo-0002JP-Bv for gcc-patches@gnu.org; Mon, 07 Feb 2011 19:14:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmbDn-0003QG-19 for gcc-patches@gnu.org; Mon, 07 Feb 2011 19:14:20 -0500 Received: from smtp131.iad.emailsrvr.com ([207.97.245.131]:56703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmbDm-0003QC-Rt for gcc-patches@gnu.org; Mon, 07 Feb 2011 19:14:18 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp53.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 06CBA587DD; Mon, 7 Feb 2011 19:14:18 -0500 (EST) Received: from dynamic16.wm-web.iad1a (dynamic16.wm-web.iad1a.rsapps.net [192.168.4.182]) by smtp53.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id E7959587D3; Mon, 7 Feb 2011 19:14:17 -0500 (EST) Received: from meta-innovation.com (localhost.localdomain [127.0.0.1]) by dynamic16.wm-web.iad1a (Postfix) with ESMTP id D87AE1B78001; Mon, 7 Feb 2011 19:14:17 -0500 (EST) Received: by www2.webmail.us (Authenticated sender: nicola.pero@meta-innovation.com, from: nicola.pero@meta-innovation.com) with HTTP; Tue, 8 Feb 2011 01:14:17 +0100 (CET) Date: Tue, 8 Feb 2011 01:14:17 +0100 (CET) Subject: RE: Tidy up ObjC/ObjC++ release notes - avoid repeating continuously "both in Objective-C and Objective-C++" From: "Nicola Pero" To: "Nicola Pero" Cc: "gcc-patches@gnu.org" MIME-Version: 1.0 X-Type: plain In-Reply-To: <1297117638.374431192@192.168.4.58> References: <1297117638.374431192@192.168.4.58> Message-ID: <1297124057.884931876@192.168.4.58> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 207.97.245.131 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 Iain pointed out that the last entry needed some readability tweakings too, so I applied the following patch (approved by Gerald in a private email) too -- Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.109 diff -u -r1.109 changes.html --- changes.html 7 Feb 2011 22:27:12 -0000 1.109 +++ changes.html 8 Feb 2011 00:09:58 -0000 @@ -568,10 +568,9 @@ Darwin 9 and Darwin 10 (OSX 10.5 and 10.6). Currently this is for m32 code only. -
  • Many bugs in the Objective-C and Objective-C++ compiler have - been fixed in this release; in particular, LTO can now be used - when compiling Objective-C and Objective-C++ and the Objective-C - and Objective-C++ parsers are much more robust in dealing with +
  • Many bugs in the compiler have been fixed in this release; in + particular, LTO can now be used when compiling Objective-C and + Objective-C++ and the parser is much more robust in dealing with invalid code.