From patchwork Mon Sep 9 21:56:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 273714 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "www.sourceware.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 9A5632C0103 for ; Tue, 10 Sep 2013 07:57:15 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=nnn8hW3JH8KNxtoTYHmPMxcWD472mnl3jNmTYtiNXTa4ho TqiUWOE3MbHZIIkphisWkGb6fxNpoVKKFO48FmFJIzdz/IICuL7Tlsl4aVWOW2fG h23W7h6Q0xgjDlzU2lZit2l1EmkN7SJsval4YM7R6AJkrxab1eOQWh0WuH4Ao= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=GcdFEAEeGON4Gj9nW+G8gyG2j70=; b=Zu2jWIv20tAIVXuaJTOP WAeIuWY0r1LvCGzqFO0JAbYvIhtIuH9NImKL4T1MpF0785Uz4B5cmflY4U8qALiu oXMM+PiAQn0R3/ZoyJmLIPaN7AvEAfG1Q3VBhJo/os7jbC7UUsMVVLo/siM/l/bb UuM5TjriLlaqazjHcjk+Bj4= Received: (qmail 22773 invoked by alias); 9 Sep 2013 21:57:04 -0000 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 Received: (qmail 22756 invoked by uid 89); 9 Sep 2013 21:57:04 -0000 Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 09 Sep 2013 21:57:04 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.3 required=5.0 tests=AWL, BAYES_00, KHOP_DYNAMIC, RCVD_IN_PBL, RCVD_IN_SEMBLACK, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx02.qsc.de Received: from archimedes.net-b.de (port-92-194-70-149.dynamic.qsc.de [92.194.70.149]) by mx02.qsc.de (Postfix) with ESMTP id 4FB562763A; Mon, 9 Sep 2013 23:56:58 +0200 (CEST) Message-ID: <522E442A.9050101@net-b.de> Date: Mon, 09 Sep 2013 23:56:58 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [Patch, Fortran, committed] invoke.texi - add a missing hyphen Committed as obvious, Rev. 202416 Tobias Index: ChangeLog =================================================================== --- ChangeLog (Revision 202415) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2013-09-09 Tobias Burnus + + * invoke.texi (Error and Warning Options): Add hyphen. + 2013-09-02 Thomas Koenig PR fortran/PR56519 Index: invoke.texi =================================================================== --- invoke.texi (Revision 202415) +++ invoke.texi (Arbeitskopie) @@ -144,7 +144,7 @@ -Wconversion -Wfunction-elimination -Wimplicit-interface @gol -Wimplicit-procedure -Wintrinsic-shadow -Wintrinsics-std @gol -Wline-truncation -Wno-align-commons -Wno-tabs -Wreal-q-constant @gol --Wsurprising -Wunderflow -Wunused-parameter -Wrealloc-lhs Wrealloc-lhs-all @gol +-Wsurprising -Wunderflow -Wunused-parameter -Wrealloc-lhs -Wrealloc-lhs-all @gol -Wtarget-lifetime -fmax-errors=@var{n} -fsyntax-only -pedantic -pedantic-errors }