On May 1, 2009, at 4:55 PM, Eli Friedman wrote: > On Fri, May 1, 2009 at 4:41 PM, Mike Stump <[email protected]> wrote: >> Author: mrs >> Date: Fri May 1 18:41:47 2009 >> New Revision: 70601 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=70601&view=rev >> Log: >> Add Sema checking for __block on vm declarations. Radar 6441502 > > Is there something fundamentally wrong with __block on a vm > declaration? Or do you just not want to bother implementing it?
__block variables are designed to be copyable onto the heap. VLAs are "hard" to copy onto the heap, I don't think our runtime interface supports them. -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
