This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30936] __builtin_nanf("") != __builtin_nanf("") is false for sh4-linux-gnu
- From: "filippo dot arcidiacono at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Feb 2007 13:01:06 -0000
- Subject: [Bug target/30936] __builtin_nanf("") != __builtin_nanf("") is false for sh4-linux-gnu
- References: <bug-30936-14151@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from filippo dot arcidiacono at gmail dot com 2007-02-26 13:01 -------
> is wrong, it should be instead:
> mov #1, r1
OK!
This is what I get if I use __builtin_nanf() instead of nanf.
But using nanf there isn't any undefined nanf symbol in the obiect
generated, as expected, as well as happens also with gcc (3.4.3).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30936