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/17261] New: [powerpc-nofpu] FE_NOMASK_ENV and FE_NONIEEE_ENV incorrect


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

            Bug ID: 17261
           Summary: [powerpc-nofpu] FE_NOMASK_ENV and FE_NONIEEE_ENV
                    incorrect
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
              Host: powerpc*-*-*

sysdeps/powerpc/nofpu/fenv_const.c has values of __fe_enabled_env and
__fe_nonieee_env identical to those for hard-float, although the way fenv_t
values are interpreted for soft-float is completely different.  This means
those environments have exceptions already raised, causing
math/test-fenv-return to fail.

-- 
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]