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

            Bug ID: 16643
           Summary: Hex floating-point constants converted to wrong value
           Product: clang
           Version: 3.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The C99 hex floating-point constant
 +0x80000000000000000000000000000000000000000000000001.p-349L
should convert to the value
 3f698000000000000000=+7.006492321624085354618647916449580656e-46
but is converted to the value
 7fff8000000000000000=+inf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to