Skip to content

[Win64] clang/test: LLP64-unaware tests #9205

@llvmbot

Description

@llvmbot
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions