-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
| Bugzilla Link | 8833 |
| Resolution | FIXED |
| Resolved on | Jan 27, 2015 18:58 |
| Version | unspecified |
| OS | Windows XP |
| Depends On | llvm/llvm-bugzilla-archive#13820 llvm/llvm-bugzilla-archive#13819 |
| Blocks | llvm/llvm-bugzilla-archive#9072 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tritao,@rnk,@rubenvb |
Extended Description
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.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category