From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12226 invoked by alias); 22 Feb 2018 20:16:25 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 12177 invoked by uid 89); 22 Feb 2018 20:16:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Feb 2018 20:16:20 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w1MKGIp4045003 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 22 Feb 2018 12:16:18 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w1MKGIAd045002; Thu, 22 Feb 2018 12:16:18 -0800 (PST) (envelope-from sgk) Date: Thu, 22 Feb 2018 20:16:00 -0000 From: Steve Kargl To: Janne Blomqvist Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP Message-ID: <20180222201618.GA44986@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <1519328522-31739-1-git-send-email-blomqvist.janne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519328522-31739-1-git-send-email-blomqvist.janne@gmail.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00158.txt.bz2 On Thu, Feb 22, 2018 at 09:42:02PM +0200, Janne Blomqvist wrote: > Fortran 2018 adds a new QUIET specifier for the STOP and ERROR STOP > statements, in order to suppress the printing of signaling FP > exceptions and the stop code. This patch adds the necessary library > changes, but for now the new specifier is not parsed and the frontend > unconditionally adds a false value for the new argument. > > Regtested on x86_64-pc-linux-gnu, Ok for trunk? > OK. -- steve