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: fix __attribute__ for apple broken cpp


On Fri, Jan 04, 2002 at 09:15:21AM -0800, Stan Shebs wrote:
> Aldy Hernandez wrote:
> > 
> > another patch from the stubbort department.
> > 
> > darwin's cpp expands ATTRIBUTE_UNUSED* macros incorrectly.  here is a patch
> > to fix it.  i'm really hoping later releases of the apple development tools
> > will have the preprocessor fixed.
> 
> The weird preprocessor is going to be retired.
> 
> > the current __APPLE_CC__ magic number is 934 for my 10.1 distribution.  i'm
> > hoping they don't take too long, else i'll have to up the magic number below.
> 
> We can't make *any* promises like that, because those numbers are
> tied to our group's internal submissions to OS X.  Three bad bugs
> in a row will result in three submissions and an increment of three
> in the number, for instance.  There's no way that this patch can
> be reliable.

argh... ok.  i suppose i can use my already built compiler from now on.
i was just trying to play nice and have gcc buildable from brain dead applecpp
:).  i have bigger fish to fry...

aldy


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