public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "nathanael.schaeffer at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/60237] isnan fails with -ffast-math
Date: Mon, 17 Feb 2014 11:16:00 -0000	[thread overview]
Message-ID: <bug-60237-4-X7RBPdxUpl@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-60237-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60237

--- Comment #2 from N Schaeffer <nathanael.schaeffer at gmail dot com> ---
Thank you for your answer.

My program (which is a computational fluid dynamics solver) is not supposed to
produce NaNs. However, when it does (which means something went wrong), I would
like to abort the program and return an error instead of continuing crunching
NaNs.
I also want it to run as fast as possible (hence the -ffast-math option).

I would argue that: if printf("%f",x) outputs "NaN", isnan(x) should also be
returning true.

Do you have a suggestion concerning my last question:
How can I check if x is NaN in a portable way (not presuming any compilation
option) ?


  parent reply	other threads:[~2014-02-17 11:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-17 10:41 [Bug c++/60237] New: " nathanael.schaeffer at gmail dot com
2014-02-17 10:53 ` [Bug c++/60237] " jakub at gcc dot gnu.org
2014-02-17 11:16 ` nathanael.schaeffer at gmail dot com [this message]
2014-02-17 11:26 ` glisse at gcc dot gnu.org
2014-02-17 11:38 ` nathanael.schaeffer at gmail dot com
2014-02-17 12:46 ` rguenth at gcc dot gnu.org
2014-02-17 16:16 ` nathanael.schaeffer at gmail dot com
2014-02-17 17:28 ` glisse at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-60237-4-X7RBPdxUpl@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).