From patchwork Thu Feb 14 13:45:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mark Eggleston X-Patchwork-Id: 1042188 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-496126-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=codethink.co.uk Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wWjxFsg7"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 440d2z6smqz9sMr for ; Fri, 15 Feb 2019 00:46:13 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=ltWe4ZHQ51p+S+O1Ik05+2QJLY4kU9vuCOFVvyaBMDgNIXk1vl rXPvMYYtMCcVYz2fjfmmUahhqgObAyvdEESs7XvTuGxe+mgGu8sLz3J1nG0JeOe9 g8aD8xhqXwyew7clySbLitoHgOiO3oOzRnZTu0vR5FsKTiNhQ1Won9Af8= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=3XARVLmKWOVrpGL6s8yht8zkGv4=; b=wWjxFsg71c/dkkxepRX7 NUnEi4CZoDoaBeOBqvYQx5NF55RaPNcJdEjGgFsbSciwvLjo0JemdK0HbaBu0Utt S7meJ0rMNQy0tf5SaXNFyktK2fkAiZtVr3kcHXvoL6iw0A4rUiuZgva/B5Lld8NM VcpVRjzjpJQBuP/9mlWsPxg= Received: (qmail 113603 invoked by alias); 14 Feb 2019 13:45:50 -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 113534 invoked by uid 89); 14 Feb 2019 13:45:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_COUK, KAM_SHORT, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=2516, finitinteger, Eggleston, eggleston X-HELO: imap1.codethink.co.uk Received: from imap1.codethink.co.uk (HELO imap1.codethink.co.uk) (176.9.8.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 14 Feb 2019 13:45:42 +0000 Received: from [167.98.27.226] (helo=[10.35.5.172]) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1guHKR-0002Nx-I8; Thu, 14 Feb 2019 13:45:27 +0000 To: fortran , gcc-patches From: Mark Eggleston Subject: [PR fortran/89348, patch] Fortran Command Options documentation fixes Message-ID: Date: Thu, 14 Feb 2019 13:45:27 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Enabling of -fdec-include is missing from list of options enabled by -fdec. When rendered as a PDF some lines are too long in the list of options controlling Fortran dialect and in the list of options to request or suppress errors and warnings. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89348 gcc/fortran/ChangeLog: 2019-02-14  Mark Eggleston     PR fortran/89348     * invoke.texi: Lines too long for PDF in option lists. Add     -fdec-include to list of options enabled by -fdec. OK for trunk? I do not have commit access. regards, Mark From 876b91cfa9aaed30a621fc80d98a9d2820170ad7 Mon Sep 17 00:00:00 2001 From: Mark Eggleston Date: Tue, 12 Feb 2019 15:52:47 +0000 Subject: [PATCH] Fortran Command Options documentation fixes. Enabling of -fdec-include missing from list of options enabled by -fdec. Some lines were too long in the list of options controlling Fortran dialect and in the list of options to request or suppress errors and warnings. --- gcc/fortran/invoke.texi | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 80804993522..27ad0721a7d 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -144,14 +144,15 @@ by type. Explanations are in the following sections. @item Error and Warning Options @xref{Error and Warning Options,,Options to request or suppress errors and warnings}. -@gccoptlist{-Waliasing -Wall -Wampersand -Wargument-mismatch -Warray-bounds --Wc-binding-type -Wcharacter-truncation -Wconversion @gol +@gccoptlist{-Waliasing -Wall -Wampersand -Wargument-mismatch @gol +-Warray-bounds -Wc-binding-type -Wcharacter-truncation -Wconversion @gol -Wdo-subscript -Wfunction-elimination -Wimplicit-interface @gol --Wimplicit-procedure -Wintrinsic-shadow -Wuse-without-only -Wintrinsics-std @gol --Wline-truncation -Wno-align-commons -Wno-tabs -Wreal-q-constant @gol --Wsurprising -Wunderflow -Wunused-parameter -Wrealloc-lhs @gol --Wrealloc-lhs-all -Wfrontend-loop-interchange -Wtarget-lifetime @gol --fmax-errors=@var{n} -fsyntax-only -pedantic -pedantic-errors @gol +-Wimplicit-procedure -Wintrinsic-shadow -Wuse-without-only @gol +-Wintrinsics-std -Wline-truncation -Wno-align-commons -Wno-tabs @gol +-Wreal-q-constant -Wsurprising -Wunderflow -Wunused-parameter @gol +-Wrealloc-lhs -Wrealloc-lhs-all -Wfrontend-loop-interchange @gol +-Wtarget-lifetime -fmax-errors=@var{n} -fsyntax-only -pedantic @gol +-pedantic-errors } @item Debugging Options @@ -183,15 +184,15 @@ and warnings}. @gccoptlist{-faggressive-function-elimination -fblas-matmul-limit=@var{n} @gol -fbounds-check -fcheck-array-temporaries @gol -fcheck=@var{} @gol --fcoarray=@var{} -fexternal-blas -ff2c +-fcoarray=@var{} -fexternal-blas -ff2c @gol -ffrontend-loop-interchange @gol -ffrontend-optimize @gol -finit-character=@var{n} -finit-integer=@var{n} -finit-local-zero @gol -finit-derived @gol --finit-logical=@var{} +-finit-logical=@var{} @gol -finit-real=@var{} @gol -finline-matmul-limit=@var{n} @gol --fmax-array-constructor=@var{n} -fmax-stack-var-size=@var{n} +-fmax-array-constructor=@var{n} -fmax-stack-var-size=@var{n} @gol -fno-align-commons @gol -fno-automatic -fno-protect-parens -fno-underscoring @gol -fsecond-underscore -fpack-derived -frealloc-lhs -frecursive @gol @@ -251,6 +252,7 @@ full documentation. Other flags enabled by this switch are: @option{-fdollar-ok} @option{-fcray-pointer} @option{-fdec-structure} @option{-fdec-intrinsic-ints} @option{-fdec-static} @option{-fdec-math} +@option{-fdec-include} If @option{-fd-lines-as-code}/@option{-fd-lines-as-comments} are unset, then @option{-fdec} also sets @option{-fd-lines-as-comments}. -- 2.11.0