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

Eli Friedman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WONTFIX

--- Comment #1 from Eli Friedman <[email protected]> 2012-01-13 19:47:28 
CST ---
This was done intentionally in r65699; in practice, memcpy implementations
handle exact overlap correctly, and other implementations of struct assignment
cause issues.  (We're allowed to generate "illegal" calls to memcpy because
LLVM is generating platform-specific assembly, not C code.)

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

Reply via email to