Date: Tue, 13 Aug 2002 07:17:39 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c Message-ID: <200208131417.g7DEHdPd005154@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/08/13 07:17:39 PDT
Modified files:
lib/libc/stdlib strtod.c
Log:
Use a union to access the words of a double as this is less likely
to cause bugs when gcc is more aggressively optimising things.
There are still problems with dtoa mentioned in the PR - maybe
Dan could suggest a patch.
PR: 40209
Submitted by: Dan Lukes <dan@obluda.cz>
Approved by: bde
MFC after: 2 weeks
Revision Changes Path
1.22 +8 -4 src/lib/libc/stdlib/strtod.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208131417.g7DEHdPd005154>
