[Bug fortran/19443] log10 statement does not work properly in gfortran
mgilbert at airborne dot nrl dot navy dot mil
gcc-bugzilla@gcc.gnu.org
Fri Jan 14 13:35:00 GMT 2005
------- Additional Comments From mgilbert at airborne dot nrl dot navy dot mil 2005-01-14 13:34 -------
That c code above worked properly, and running g95 on my test code works fine
also, so I think that pretty much indicates that the issue is with gfortran.
and gfortran works fine when i do log10(1e-5), but fails on tst=1e-5;
log10(tst). so it partially works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19443
More information about the Gcc-bugs
mailing list