]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/24313 (complex sqrt function does not return principal value)
authorSteven G. Kargl <kargls@comcast.net>
Tue, 11 Oct 2005 23:35:27 +0000 (23:35 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 11 Oct 2005 23:35:27 +0000 (23:35 +0000)
commita2694f689cbb6c4780c2aba88c8462c8059cc182
tree3f30663653c6b162b724455b8cf3773c387ba347
parent55792875db8332861380d621fc5a2877c5cc2617
re PR libfortran/24313 (complex sqrt function does not return principal value)

 PR libgfortran/24313
* c99_functions.c (csqrtf, csqrt): Fix choice of branch cut.  Note
  csqrt{f} were imported from glibc, and this bug is still present
  there. glibc PR is 1146.

From-SVN: r105274
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/csqrt_2.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/intrinsics/c99_functions.c