This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/19443] log10 statement does not work properly in gfortran


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]