------- Comment #6 from iains at gcc dot gnu dot org 2010-07-09 23:40 ------- (In reply to comment #4)
> Is the compiler supposed to ignore an installed objc gnu runtime when testing > in the build directory with -fnext-runtime? Well, it's actually the other way round - it needs to find the pre-installed one on a Darwin system to succeed for NeXT (which happens to be in /usr/include/objc). That path is built into the compiler. I guess it's generally the case (across various parts of the test suite) that installed versions can, unfortunately, interfere with uninstalled testing. I will try to refine the test in some way to make this less likely to happen. The "-fnext-runtime" flag should be tested on anything other than a Darwin system (although most, if not all, of the compile tests would succeed it's kinda pointless). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44488