[LLVMbugs] [Bug 12578] Optimizer deduces wrong facts, causing different run of code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Apr 17 11:59:58 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12578
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |INVALID
--- Comment #2 from Eli Friedman <sharparrow1 at yahoo.com> 2012-04-17 13:59:58 CDT ---
Your code has undefined behavior because it depends on uninitialized memory
from malloc().
--
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