------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-14 13:25 ------- Try this c code: #include <math.h> #include <stdio.h>
int main(void) { printf("%f\n", 10*log10(1.0e-5)); return 0; } It might also be the bug that isfinite does not work on cygwin which is a different bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19443