Erik Olofsson <erik.olofs...@hansoft.se> writes: > I have come to rely on C++0x support in GCC 4.6 and later. Until clang has > feature parity with GCC 4.6, GCC seems to be my only choice for a darwin > compiler. > > As I need to support iPhone it would seem arm-apple-darwin would be the > correct target. > > Would there be any interest in a patch porting arm-apple-darwin target from > Apple GCC into mainline, and is it legally possible?
Yes, we would like to have better arm-darwin support. No, you probably do not have permission to port Apple's patches into the gcc source code, unless Apple explicitly grants you that permission. Ian