[Bug fortran/19443] log10 statement does not work properly in gfortran
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 14 13:25:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list