Skip to content

clang miscompiles MipsISelLowering.cpp on i386-linux. #10439

@d0k

Description

@d0k
Bugzilla Link 10067
Resolution FIXED
Resolved on Jun 02, 2011 16:25
Version trunk
OS All
Attachments Reduced c++ testcase, bugpoint-reduced testcase for darwin, bugpoint-reduced testcase for i386-linux, hand-reduced bitcode
CC @efriedma-quic

Extended Description

See http://google1.osuosl.org:8011/builders/clang-i686-linux-selfhost-rel/builds/18

Attached is a standalone c++ test case that shows the problem. It's not visible on darwin or x86_64-linux though.

$ clang++ v.cc && ./a.out
DEADBEEF
$ clang++ -O1 v.cc && ./a.out
0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions