http://llvm.org/bugs/show_bug.cgi?id=10067
Summary: clang miscompiles MipsISelLowering.cpp on i386-linux.
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Scalar Optimizations
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs