From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3426 invoked by alias); 21 Apr 2012 00:01:21 -0000 Received: (qmail 3418 invoked by uid 22791); 21 Apr 2012 00:01:20 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 Apr 2012 00:01:03 +0000 Received: by lbjn8 with SMTP id n8so4585692lbj.20 for ; Fri, 20 Apr 2012 17:01:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.103.8 with SMTP id fs8mr3967670lbb.29.1334966462362; Fri, 20 Apr 2012 17:01:02 -0700 (PDT) Received: by 10.112.85.98 with HTTP; Fri, 20 Apr 2012 17:01:02 -0700 (PDT) In-Reply-To: <4F91F34B.3090406@gmail.com> References: <4F91F34B.3090406@gmail.com> Date: Sat, 21 Apr 2012 00:01:00 -0000 Message-ID: Subject: Re: Duplicate Words In GCC 4.7.0 Changes Page From: Jonathan Wakely To: Todd Edwards Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg00756.txt.bz2 On 21 April 2012 00:37, Todd Edwards wrote: > In Section "New Languages and Language specific improvements" In subsection > "C Family" Objective-C is repeated twice. : > "A new experimental -ftrack-macro-expansion option was added for C, C++, > Objective-C, Objective-C and Fortran. It allows the compiler to emit > diagnostic about the current macro expansion stack when a compilation error > occurs in a macro expansion." > > Looking At The Above Bullet I Think That The Second One Should Be Changed To > Objective-C++. Thanks, fixed by this patch: Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.107 diff -u -r1.107 changes.html --- gcc-4.7/changes.html 30 Mar 2012 08:22:56 -0000 1.107 +++ gcc-4.7/changes.html 20 Apr 2012 23:59:46 -0000 @@ -245,7 +245,7 @@
  • A new experimental -ftrack-macro-expansion option was added for - C, C++, Objective-C, Objective-C and Fortran. It allows the + C, C++, Objective-C, Objective-C++ and Fortran. It allows the compiler to emit diagnostic about the current macro expansion stack when a compilation error occurs in a macro expansion.