[LLVMbugs] [Bug 1293] NEW: lli -force-interpreter=true crash at APInt::operator==
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Mar 30 08:51:06 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1293
Summary: lli -force-interpreter=true crash at APInt::operator==
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
$ lli -force-interpreter=true ./apint.bc
lli: lib/Support/APInt.cpp:491: bool llvm::APInt::operator==(const
llvm::APInt&) const: Assertion `BitWidth == RHS.BitWidth && "Comparison
requires equal bit widths"' failed.
I couldn't get bugpoint to reduce the testcase, so I'm attaching
the compressed bytecode in all its massiveness.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list