Re: Darwin PPC 64 objc improvements

2006-10-04 Thread Mike Stump
On Oct 2, 2006, at 6:47 PM, Jack Howarth wrote: However in the first form with {-m32,-m64} only the -m32 tests get run with -fgnu-runtime and the -m64 tests don't (and thus fail because they can't link). Sounds like a bug, please file a report. I think this is a bug in objc.exp. I think the

Re: Darwin PPC 64 objc improvements

2006-10-02 Thread Jack Howarth
Mike, So everyone here sees these, as I sent you in a private email, I think I've puzzled out what happened here. The objc failures I have been seeing are an artifact of the make check exp scripts when using... make -k check RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'" which is what I norm