------- Comment #4 from developer at sandoe-acoustics dot co dot uk 2009-12-14 16:47 ------- there are several problems:
1/ the target-supports tests fail if called with ObjC/ObjC++ specific flags (e.g. -fgnu-runtime). 2/ there is no specific target-supports test for OBJC2 (which is needed for 64bit Next Runtime support) 3/ The tests for the gnu-runtime library usage are failing in testsuite/lib/objc.exp and obj-c++.exp. [they only detect if -fgnu-runtime is placed in the dg-options, rather than also checking the multilib options]. to allow you guys to test and comment, I'll attach patches for all three problems here - although maybe they should be three separate PRs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42348