This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Failures in tests for obj-c++....



On 7 Jun 2005, at 14.19, David Ayers wrote:


Also we should be weary of relying on:
#include "objc/runtime.h"            /* the kitchen sink */
which will in turn:
#include <objc/files.h>

Ah, good catch! Is there any reason that the latter cannot be turned into


#include "files.h"

instead?

which in theory could still continue to include old headers in setups
like Zem and Christian seem to be encountering as I assume the -B /-I
flags maybe somehow incorrect.

In any case, it would be nice to know if this actually does fix the
problem at hand.  I need some sleep now though.

I'll try out your committed stuff. Thanks for looking into this,


--Zem
--------------------------------------------------------------
Ziemowit Laski                 1 Infinite Loop, MS 301-2K
Mac OS X Compiler Group        Cupertino, CA USA  95014-2083
Apple Computer, Inc.           +1.408.974.6229  Fax .5477


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]