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]

Re: PATCH: Objective-C Fixes -- TAKE ONE


Ziemowit Laski wrote:
> 
> The following patch contains fixes to the Objective-C (and
> *only* Objective-C) compiler in gcc3.  The most notable of
> these is the added support for forward @protocol declarations,
> along with checking for any circular references that result.
> Several test cases have also been added.

Thanks!  The forward protocol fix is especially appreciated,
it's been a longstanding bug in GCC.

There are a couple small formatting mistakes still, but I'll
just fix those while committing.  The OBJC_NEED_RAW_IDENTIFIER
macro looks a little funky, but I guess it's no worse than lots
more ifobjc's in c-parse.in.  If nobody says boo about it, that's
how it will go in.

Stan


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