[Bug fortran/90294] Compare with NaN failing

2019-05-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 Thomas Koenig changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug fortran/90294] Compare with NaN failing

2019-05-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #8 from Fred Krogh --- My apologies for posting this. In my original code the program just quit at the point of the test. I thought I had more or less reproduced this in a small program. Clearly that is not the case. My code has c

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #7 from Steve Kargl --- On Tue, Apr 30, 2019 at 11:17:38AM -0700, Steve Kargl wrote: > > BTW, one is suppose to be able to control this behavior in the > code itself. > > stop, .false. > stop, quiet=.false. > > should inhibit the w

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #6 from Steve Kargl --- On Tue, Apr 30, 2019 at 11:15:38AM -0700, Steve Kargl wrote: > On Tue, Apr 30, 2019 at 05:54:33PM +, dominiq at lps dot ens.fr wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 > > > > Dominiqu

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #5 from Steve Kargl --- On Tue, Apr 30, 2019 at 05:54:33PM +, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 > > Dominique d'Humieres changed: > >What|Removed

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #3 from Steve Kargl --- On Tue, Apr 30, 2019 at 05:28:18PM +, siteg at mathalacarte dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 > > --- Comment #2 from Fred Krogh --- > Created attachment 46268 > --> ht

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #2 from Fred Krogh --- Created attachment 46268 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46268&action=edit gfortran -g -o testi testi.f90 gives the error below Look at r > 0 NaN Note: The following floatin

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C