[LLVMbugs] [Bug 8833] New: clang/test: LLP64-unaware tests
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 20 06:35:48 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8833
Summary: clang/test: LLP64-unaware tests
Product: clang
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: geek4civic at gmail.com
CC: llvmbugs at cs.uiuc.edu
Clang :: CodeGen/statements.c
Clang :: CodeGenCXX/reinterpret-cast.cpp
Clang :: Sema/array-init.c
Clang :: Sema/compound-literal.c
Clang :: SemaCXX/cstyle-cast.cpp
Clang :: SemaCXX/dcl_ambig_res.cpp
Clang :: SemaCXX/functional-cast.cpp
Clang :: SemaCXX/overloaded-builtin-operators.cpp
Clang :: SemaObjC/nonnull.m
It seems they are unaware of LLP64. On Win64, 'long' is i32.
They assume 'long' as i64.
I wonder I might tweak them to execute with explicit 32bit and amd64.
--
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