[LLVMbugs] [Bug 10472] New: nexttoward is wrong in <tgmath.h>

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 24 17:39:08 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10472

           Summary: nexttoward is wrong in <tgmath.h>
           Product: new-bugs
           Version: 2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: tydeman at tybor.com
                CC: llvmbugs at cs.uiuc.edu


The type generic function nexttoward() is type generic on just the first
argument.
The second argument is always long double.  Therefore, the entry for nexttoward
in <tgmath.h> is wrong.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list