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: Finish i386/ CPP builtin conversion.


David O'Brien wrote:-

> > > I'd[*] really prefer that you didn't #undef this.  No one before this
> > > file should be defining EXTRA_OS_CPP_BUILTINS.
> > 
> > But someone does.
> 
> :-((  Why in the world is somone else setting OS specific flags.. don't
> answer that, I'll deal with it in my next clean up pass.

Because they're sharing code, with the EXTRA macro holding OS-specific
stuff.  It was part of my patch.  I don't think there's a better way to
do it, unless you want code duplication.

Neil.


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