Re: [PATCH] PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP

2018-02-23 Thread Janne Blomqvist
On Thu, Feb 22, 2018 at 10:16 PM, Steve Kargl wrote: > 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 patc

Re: [PATCH] PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP

2018-02-22 Thread Steve Kargl
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