[LLVMbugs] [Bug 14896] Assertion `Elt->getBitWidth() == EltVT.getSizeInBits() && "APInt size does not match type size!"'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 10 14:14:21 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=14896

Evan Cheng <evan.cheng at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |evan.cheng at apple.com
         Resolution|                            |FIXED

--- Comment #2 from Evan Cheng <evan.cheng at apple.com> 2013-01-10 16:14:21 CST ---
Hmm. That's actually illegal code. The constant string is only 2 bytes but the
memcpy is copying 10 bytes.

Anyway, the compiler shouldn't crash: r172124

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