[LLVMbugs] [Bug 12206] clang++ Assertion `BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 3 00:37:24 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12206
Jordy Rose <jediknil at belkadan.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jediknil at belkadan.com
Resolution| |FIXED
--- Comment #2 from Jordy Rose <jediknil at belkadan.com> 2012-05-03 02:37:24 CDT ---
s/isRelationalOp/isComparisonOp/g in SimpleSValBuilder.cpp. This was my mistake
originally, but way back in r133041. Thanks to these crashes I've figured out
how to add tests, if fairly brittle ones.
Should be fixed in r156062.
--
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.
More information about the llvm-bugs
mailing list