http://llvm.org/bugs/show_bug.cgi?id=14896
Evan Cheng <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Evan Cheng <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
