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]
Other format: [Raw text]

Re: Objective-C bugs and GCC releases


On Jan 25, 2005, at 11:38 AM, Anthony Juckel wrote:
This discussion has piqued my curiosity, so how would one interested
enough go for pointers on how to get started down the track to
grok'ing the objc frontend and how it fits into the compiler as a
whole?

Also, could anyone provide a link to the outstanding issues
with the ObjC frontend?

You can look up problems in the gcc bug database. If there are none, it must be perfect. :-) It if is perfect, then you can compile up all Objective-C code you can find and test it all.


From there, I'd just start by firing up emancs, and gdb of cc1obj in emacs, put a breakpoint on main, and run it... gcc -v t.m will give you hints on what arguments to run it with.

Beyond that, you can check out the documentation in the texi files, and the documentation in the code, and finally, the code itself.


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