On Feb 28, 2009, at 10:09 AM, Chris Lattner wrote: > On Feb 28, 2009, at 1:07 AM, Mike Stump wrote: >> >> First cut CodeGen support for __block variables. > > Mike, please add testcases for these.
I had an inspiration. Anders checked in code that prevents my testcases from compiling, so that we can catch the fact that the codegen isn't yet ABI correct. I decided to add a command line flag to enable the in-progress abi support so that I can check in test cases as I go along, instead of being blocked on completion of the feature. Next up, I have to wonder over to the executable testsuite and start populating it, as that is really what I want to be testing and would like coverage for. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
