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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
