[cfe-commits] r64021 - in /cfe/trunk/lib/CodeGen: CGStmt.cpp CodeGenFunction.h

Anders Carlsson andersca at me.com
Sat Feb 7 13:10:23 PST 2009


7 feb 2009 kl. 12.55 skrev Mike Stump:

> On Feb 7, 2009, at 10:54 AM, Chris Lattner wrote:
>> Testcase?
>
> Can't do testcases yet.  I'm shoring up what will be codegen, once I
> turn on break and continue.  I'm not going to turn them on, until the
> environment they turn on it is as flawless as the previous environment
> was against codegen errors for correct code.  I did notice that there
> is a ton of sema code missing in this area,  I'm going to slightly
> regress codegen for invalid code that sema let's though, instead of
> claiming unsupported.  I'll try and preserve as much of the sanity
> checking against invalid code as I can however.

Are you working on gotos out of VLAs? I happen to have a patch ready  
that will generalize the obj-c eh stack into a general cleanup stack -  
it will make gotos out of VLAs trivial.

Anders





More information about the cfe-commits mailing list