in reply to Re^2: bug in Perl compilation?
in thread bug in Perl compilation?

I also suspect it's a bug in the C compiler.

No, by default, perl uses its own atof() implementation to convert strings to numbers instead of the one from libc. It is explained inside the perl.h file from the perl source.