[cfe-commits] [PATCH] Add -fobjc-direct-class-refs

David Chisnall csdavec at swan.ac.uk
Sat Aug 25 03:54:28 PDT 2012


On 25 Aug 2012, at 10:27, Jonathan Schleifer wrote:

> Btw, David, could you please remove the GNUstep exception stuff from CGObjCGNU? It effectively makes it impossible to use exceptions in ObjC++ with every other runtime than yours, as it generates code that references symbols in the GNUstep namespace. If you won't do it, I'll give it a try, but it would probably be better if you do it.

It is impossible to use exceptions with ObjC++ without those - the old GCC exception model is a mess.  If you want to support ObjC++ exceptions, implement those symbols.

David



More information about the cfe-commits mailing list