https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294

--- Comment #6 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Tue, Apr 30, 2019 at 11:15:38AM -0700, Steve Kargl wrote:
> On Tue, Apr 30, 2019 at 05:54:33PM +0000, dominiq at lps dot ens.fr wrote:
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294
> > 
> > Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
> > 
> >            What    |Removed                     |Added
> > ----------------------------------------------------------------------------
> >              Status|UNCONFIRMED                 |WAITING
> >    Last reconfirmed|                            |2019-04-30
> >      Ever confirmed|0                           |1
> > 
> > --- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > Note that -std=f95 does not silence the STOP.
> > 
> 
> So?  The Fortran 95 does not disallow reporting this warning.
> As it is informational, I do not see any reason for to suppress
> the warning.  The user can always you -Wfpe-summary.
> 

BTW, one is suppose to be able to control this behavior in the
code itself.

stop, .false.
stop, quiet=.false.

should inhibit the warning.  gfortran does not support the
QUIET directive.

Reply via email to