
Originally Posted by
Ibidem
I guess I fall somewhere between kraftman and XorEaxEax:
Some of the debugging/... stuff is far better with Clang/LLVM; that alone makes it useful.
Also, GCC gets some of its speed by doing optimzations that never should happen (for example, one time there was a "security bug" in the kernel: GCC optimized out a null pointer check)
On the other hand, it's Objective C (IIRC), it's Apple, it's slower, it can't build a working kernel...
Leave it for debugging stuff; I don't want that on my system (though you'd better set CFLAGS right for GCC).
And I don't want a toolchain depending on anything Apple.