Date: Wed, 26 Mar 2003 21:32:28 -0800 (PST) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/gen test-fpclassify.c Message-ID: <200303270532.h2R5WSaI008122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2003/03/26 21:32:28 PST FreeBSD src repository Modified files: tools/regression/lib/libc/gen test-fpclassify.c Log: Write negative zero as '-0.0'. Otherwise, it is parsed as an integer before being cast to a floating point type, and the sign is lost. Revision Changes Path 1.3 +2 -2 src/tools/regression/lib/libc/gen/test-fpclassify.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303270532.h2R5WSaI008122>