[LLVMbugs] [Bug 3563] New: clang stdint. h has incorrect definition for intptr_t on x86-32 Linux
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 12 11:36:34 PST 2009
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: unassignedclangbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list