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/15532] New: cexp (NaN + i0) wrongly returns NaN + iNaN


http://sourceware.org/bugzilla/show_bug.cgi?id=15532

            Bug ID: 15532
           Summary: cexp (NaN + i0) wrongly returns NaN + iNaN
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

According to C11 Annex G, cexp (NaN + i0) should return NaN + i0.  Instead, it
wrongly returns NaN + iNaN (tested x86_64).  (Extracted from reported LSB
failures.)

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