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/16303] [gfortran] Complex logarithm function sometimes chooses a non-principal branch


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-01 03:36 -------
hmm, this looks like not to be a gfortran problem at all.
it is only calling clog:
  _gfortran_transfer_character ("double prec log: ", 17);
  T.0 = clog (z);
  _gfortran_transfer_complex (&T.0, 8);

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16303


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