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

           Summary: clang stdint.h has incorrect definition for intptr_t on
                    x86-32 Linux
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Per description: intptr_t is an int on x86-32 Linux, but the clang stdint.h
defines it as long.

I think we need target-specific code to deal with this.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to