This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Janne Blomqvist <blomqvist dot janne at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 22 Feb 2018 12:16:18 -0800
- Subject: Re: [PATCH] PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP
- Authentication-results: sourceware.org; auth=none
- References: <1519328522-31739-1-git-send-email-blomqvist.janne@gmail.com>
- Reply-to: sgk at troutmask dot apl dot washington dot edu
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