[LLVMbugs] [Bug 8688] Copying block that captures itself in its declaration leads to garbage
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Nov 28 12:24:45 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8688
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-11-28 14:24:44 CST ---
This is correct behavior, equivalent to:
int x = x+1;
"don't do that".
-Chris
--
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