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