This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16303] [gfortran] Complex logarithm function sometimes chooses a non-principal branch
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2004 03:36:53 -0000
- Subject: [Bug fortran/16303] [gfortran] Complex logarithm function sometimes chooses a non-principal branch
- References: <20040630193806.16303.jblomqvi@cc.hut.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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