Date: Sun, 13 Jul 2003 22:00:10 +0200 From: Robert Drehmel <robert@spes.drehmel.com> To: alpha@FreeBSD.org Subject: strtod still provoking SIGFPE? Message-ID: <20030713200010.GA965@spes.drehmel.com>
next in thread | raw e-mail | index | archive | help
Hi there. Does the following code fragment when compiled and run on FreeBSD/alpha-STABLE provoke a SIGFPE signal? #include <stdlib.h> int main(void) { strtod("5e-324", NULL); return (0); } Thanks, -robert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030713200010.GA965>