[cfe-commits] r65751 - in /cfe/trunk: lib/CodeGen/CGBlocks.cpp test/CodeGenObjC/blocks-unsupported.m
Mike Stump
mrs at apple.com
Sun Mar 1 14:21:10 PST 2009
On Mar 1, 2009, at 1:05 PM, Anders Carlsson wrote:
> is going to blow up because the returned block references a stack
> variable that doesn't exist.
Yes, known issue. We don't support Block_copy in it's full generality
yet. I'll probably be doing that next week. The aforementioned
projects don't use Block_copy in this way.
More information about the cfe-commits
mailing list