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]

Re: asinh() returns incorrect value with optimization turned on (fwd)


> Date: Mon, 8 May 2000 10:59:00 -0400 (EDT)
> From: Denes Molnar <molnard@phys.columbia.edu>
> To: bug-gcc@gnu.org

> 1;
> The function asinh() returns incorrect values for negative numbers when
> optimization is turned on (level 1 or higher).

> #include <iostream>
> #include <math.h>

Please double check your system headers for the use of __OPTIMIZE__
and see if they use this flag to do this.  If they do, this I think is
a misuse of that flag, if the behavior is mandated by the language
standard.

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