strtod still provoking SIGFPE?

Robert Drehmel robert at spes.drehmel.com
Sun Jul 13 13:01:47 PDT 2003


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


More information about the freebsd-alpha mailing list