This is the mail archive of the gcc@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]

Re: Objective-C legacy code (ex: New Objective-C maintainer)


Sven Koehler wrote:
> 
> Hi,
> 
> We have a lot of Objective-C code over here, which works fine
> with GCC 2.95.2.  Our concern is whether it will still work
> with the changes from Apple--is there a general policy on
> Objective-C legacy code?

Yeah, I'm not going to put in any changes that break existing
Objective-C code (at least not knowingly :-) ).  Part of my
day job is to understand Apple's changes to GCC, and so far
Apple's ObjC changes are turning out to be either dead code,
implementation details, or controlled by command-line flags.

So I don't expect that there is going to be much of a problem.
Even so, since ObjC compilation doesn't get as much testing as
bootstrapping on GNU/Linux :-), please speak up if you run
into any regressions!

Stan


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