From patchwork Tue Jan 8 00:17:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 210275 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 D38632C0040 for ; Tue, 8 Jan 2013 11:17:52 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1358209074; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:In-Reply-To:References:Date: Message-ID:Subject:From:To:Cc:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=FNSarl2uKu9lel/FZudmOedtJmk=; b=fcQlvP2hlCrTDSQ52LDc3C5ZKj/AXKVtRXfP2yTXh8XWQ2GQQKuWaqsO61/wcN r7fHx9H3NIhdmLLEV5x2tmAzzVD2rxR0dTTKU1cKuAR9nnMWBBDNX4yLsYXr5DJl 3YJBecSxhpJ9nALDvprs7M0TLVKN9z43duJgGjwj6gfCs= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:Received:Received:In-Reply-To:References:Date:Message-ID:Subject:From:To:Cc:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=DZtqrrX7ci6SsTpHU2XYFcc3N7QBWOEl9WgTXpkKkKumAe4mQmCuK0dGB6pAD8 JLwl6t48ne+MnsithQTU0yRzu3OBlinSDOMhA/WAuEYtrWfo45TxHT0svbU4oSdi DAup5oA5fyjlqNtd4hqOMg67pTH00ocSFTrN1/U2jHl60=; Received: (qmail 28747 invoked by alias); 8 Jan 2013 00:17:42 -0000 Received: (qmail 28727 invoked by uid 22791); 8 Jan 2013 00:17:39 -0000 X-SWARE-Spam-Status: No, hits=-5.1 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, TW_CX, TW_DC, TW_WW X-Spam-Check-By: sourceware.org Received: from mail-la0-f45.google.com (HELO mail-la0-f45.google.com) (209.85.215.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Jan 2013 00:17:35 +0000 Received: by mail-la0-f45.google.com with SMTP id ep20so17628342lab.18 for ; Mon, 07 Jan 2013 16:17:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.85.35 with SMTP id e3mr24102387lbz.106.1357604253384; Mon, 07 Jan 2013 16:17:33 -0800 (PST) Received: by 10.112.125.71 with HTTP; Mon, 7 Jan 2013 16:17:33 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Jan 2013 00:17:33 +0000 Message-ID: Subject: Re: [wwwdocs] Document libstdc++ changes and minimum MinGW-w64 version requirement. From: Jonathan Wakely To: Gerald Pfeifer Cc: gcc-patches 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 3 January 2013 05:14, Gerald Pfeifer wrote: > On Sat, 15 Dec 2012, Jonathan Wakely wrote: >> Committed to wwwdocs. > > Thanks, Jonathan. > > Where it says, "Added --disable-libstdcxx-verbose configure > option", would it make sense to add a half-sentence that describes the > purpose of this option? Well ideally I'd just link to the libstdc++ documentation describing the option, but of course onlinedocs is still far too old to show the new option! So here's another wwwdocs patch, which I've committed. Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.78 diff -u -r1.78 changes.html --- htdocs/gcc-4.8/changes.html 7 Jan 2013 22:31:45 -0000 1.78 +++ htdocs/gcc-4.8/changes.html 8 Jan 2013 00:16:31 -0000 @@ -239,7 +239,11 @@ hoyt_distribution. -
  • Added --disable-libstdcxx-verbose configure option.
  • +
  • Added --disable-libstdcxx-verbose configure option + to disable diagnostic messages issued when a process terminates + abnormally. This may be useful for embedded systems to reduce the + size of executables that link statically to the library. +
  • Fortran