From patchwork Mon Oct 10 01:10:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 118628 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 2E5A0B6FA5 for ; Mon, 10 Oct 2011 12:11:02 +1100 (EST) Received: (qmail 20728 invoked by alias); 10 Oct 2011 01:10:58 -0000 Received: (qmail 20717 invoked by uid 22791); 10 Oct 2011 01:10:56 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Oct 2011 01:10:41 +0000 Received: from [107.17.43.42] (unknown [107.17.43.42]) by ainaz.pair.com (Postfix) with ESMTPSA id 1E98F3F40F; Sun, 9 Oct 2011 21:10:40 -0400 (EDT) Date: Sun, 9 Oct 2011 19:10:39 -0600 (MDT) From: Gerald Pfeifer To: Jonathan Wakely cc: gcc-patches Subject: Re: [wwwdocs] add libstdc++/1773 change to gcc-4.7/changes.html In-Reply-To: Message-ID: References: MIME-Version: 1.0 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 On Tue, 4 Oct 2011, Jonathan Wakely wrote: > I've committed this, which documents the fix for > http://gcc.gnu.org/PR1773 in gcc-4.7/changes.html, and also replaces > some > characters with the > entity. Interesting that the latter was not caught by the validator? Thanks for addressing it, Jonathan! There also is a minor change on top of yours that I just committed; see below. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.47 diff -u -r1.47 changes.html --- changes.html 9 Oct 2011 23:08:14 -0000 1.47 +++ changes.html 10 Oct 2011 01:06:49 -0000 @@ -267,8 +267,8 @@ } a; // initializes a.i to 42 -
  • G++ now sets the predefined macro __cplusplus to the - correct value, 199711L. +
  • G++ now sets the predefined macro __cplusplus to the + correct value, 199711L.