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 tobi at gcc dot gnu dot org  2005-02-07 15:12 -------
ps it seems that you'll have to use the -fdump-tree-gimple flag for C and look
at the .t08.gimple dump to get something readable.

On i686-pc-linux the C code calls log10, whereas the Fortran code calls
__buitlin_log10.  I would be surprised if the built-in were only broken on some
operating systems, but you'll never know.

-- 


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]