Date: Sun, 10 Mar 2024 15:37:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277612] libc printf not compatible with glibc with negative nan Message-ID: <bug-277612-227-vOpgPQjc86@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277612-227@https.bugs.freebsd.org/bugzilla/> References: <bug-277612-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277612 Benjamin Takacs <nimaje+fbz@bureaucracy.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nimaje+fbz@bureaucracy.de --- Comment #1 from Benjamin Takacs <nimaje+fbz@bureaucracy.de> --- There is no such thing as a "negative nan", just some nan representation wh= ere the signbit is set and some where it is not, but that should be just a nan = for every purpose. I would say not printing a sign there is clearer, as nobody = can be confused that something like a "negative nan" exists. And that sign =3D '\0'; in line 788 seems to be an explicite design desicion to do that to = me. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277612-227-vOpgPQjc86>