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 libfortran/24313] complex sqrt function does not return principal value



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-11 17:31 -------
Hmm, I think this is a bug in glibc's csqrt. as I get the following on
powerpc-darwin:
 (  0.000000    , -1.000000    ) ( 0.7071068    ,-0.7071068    )
 ( 9.9999994E-39, -1.000000    ) ( 0.7071068    ,-0.7071068    )
 (-9.9999994E-39, -1.000000    ) ( 0.7071068    ,-0.7071068    )


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|x86_64-unknown-linux-gnu    |x86_64-*-linux-gnu


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


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