This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: asinh() returns incorrect value with optimization turned on(fwd)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: asinh() returns incorrect value with optimization turned on(fwd)
- From: Stephen L Moshier <moshier at mediaone dot net>
- Date: Mon, 8 May 2000 12:22:49 -0400 (EDT)
- Reply-To: moshier at mediaone dot net
> The function asinh() returns incorrect values for negative numbers
> when optimization is turned on (level 1 or higher).
This is almost certainly a C library bug, not a compiler bug.
I remember reporting it and helping to fix it in an old version of the library.
The problem does not appear using libc-2.1.3 on linux.