This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 math/19465] Wrong code with -Os


https://sourceware.org/bugzilla/show_bug.cgi?id=19465

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
sysdeps/ieee754/dbl-64/s_fma.c has

feclearexcept (FE_INEXACT);
...
int j = libc_feupdateenv_test (&env, FE_INEXACT) != 0;

But env isn't updated after feclearexcept.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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