[Bug target/57363] IBM long double: adding NaN and number raises inexact exception

uweigand at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 13 20:59:00 GMT 2013


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

Ulrich Weigand <uweigand at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uweigand at gcc dot gnu.org

--- Comment #3 from Ulrich Weigand <uweigand at gcc dot gnu.org> ---
Hi Adhemerval, I'm also seeing that this patch fixes some glibc failures.

What's the status of this?  Were you planning to submit it for inclusion?

B.t.w. I'm wondering if we don't need to use

+      if (fabs (z) != inf())
+       return z;

instead; z could still be minus infinity, right?



More information about the Gcc-bugs mailing list