On 17 May 2010, at 13:36, David Chisnall wrote: > This appears to be an LLVM/clang bug. I'll look into it. There are two > work-arounds that you can use for now: > > 1) Link libobjc2 to libstdc++. > 2) Compile libobjc2 with GCC. > > Either of these should work. I'll try to get Clang fixed soon.
Fixed in clang r103938. The issue was with __attribute__((cleanup)), which was being implemented by clang using the C++ exception handling stuff, even in C / ObjC code. David -- This email complies with ISO 3103 _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
