From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31811 invoked by alias); 10 Aug 2017 14:07:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 31781 invoked by uid 89); 10 Aug 2017 14:07:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-8.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:10.223.135 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Aug 2017 14:07:40 +0000 Received: by mail-wm0-f44.google.com with SMTP id i66so23573576wmg.0; Thu, 10 Aug 2017 07:07:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lIj6uv9twzVuzglkuuvpIxSs7vluLnYwUzgZv80DczI=; b=AYvo2CHPrCQtbVnGN7BVxIBRfCkYt03aX6QL8fHBSj2gmsKaKH+Dv5fEWQb+zR2PtY nqGVuBPVrk9H/vMO1r7EKK5mEDC1Dlx2iQ2aASx48nMO+Tn64ux3NLg14DiD7k/6JJAb ZhVAWsg4JL3z/FSM3Rw0nYetsGmEdM4Oam1SjDrMFEPngodHCHF2T+bLcoTgpQJZa+iN z5oBRcyE8lK8tC7VDJJbT0LZ8FHM2YZ9T+XMXeL0pJQrfgzPyK5Fr7onX0LTKJ7BSCdd CYqPji6y86B3mY10Y5yHimMGAm7lklEo4TTbwH4Zef+KMtMlVByoj75MGm035ykIEeC/ 7EvA== X-Gm-Message-State: AHYfb5gj/X3oXazlBLCNSetIXZxAN4KLjcR/oXfFIExw1jwql3B7N7ts tNthUoyVTvPgXFOdfWLhYJFlbGUDcA== X-Received: by 10.28.146.148 with SMTP id u142mr7245610wmd.129.1502374058507; Thu, 10 Aug 2017 07:07:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.135.66 with HTTP; Thu, 10 Aug 2017 07:07:18 -0700 (PDT) In-Reply-To: References: From: Fritz Reese Date: Thu, 10 Aug 2017 14:10:00 -0000 Message-ID: Subject: Re: [PATCH, Fortran] Correctly set -fd-lines-as-comments with -fdec To: Thomas Koenig Cc: fortran , gcc-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg00748.txt.bz2 Yes I did. Committed, thanks. --- Fritz Reese On Tue, Aug 1, 2017 at 11:11 AM, Thomas Koenig wrote: > Hi Fritz, > >> This is a simple patch. The original intent was for -fdec to set >> -fd-lines-as-comments by default if flag_d_lines was unspecified by >> the user. However, currently flag_d_lines is interrogated in >> set_dec_flags(), usually before its final value is determined. The >> attached patch fixes this behavior to work as intended. >> >> Any objections for trunk? If not I think it is safe to commit. > > > Did you regression-test? OK for trunk if yes. > > Regards > > Thomas