Currently when the objc testsuite is run on Darwin PPC, the wrong (system) libobjc is linked in rather than the correct libobjc-gnu shared library. This problem is described on the gcc mailing list at...
http://gcc.gnu.org/ml/gcc/2006-09/msg00286.html and makes any test results for objc on Darwin invalid. -- Summary: wrong libobjc linked when objc testsuite is run on Darwin PPC (should be -lobjc-gnu) Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: howarth at nitro dot med dot uc dot edu GCC build triplet: powerpc-apple-darwin8 GCC host triplet: powerpc-apple-darwin8 GCC target triplet: powerpc-apple-darwin8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29107