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: Patch: ObjC hooks to handle OBJ_TYPE_REF_EXPR


Dale Johannesen wrote:

The get_callee_fndecl hook correctly finds callee functions objc_msgSend, etc.,
in a place the generic code doesn't look. This was submitted here and deferred
by Zem until 4.1. How about now?
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01680.html


The gimplification hook handles the problem discussed here. Given rth's comment
that the problem affects only ObjC I think a language-hook solution is least obtrusive.
http://gcc.gnu.org/ml/gcc/2005-02/msg00817.html


Both patches have been in Apple's branch for a while. Bootstrapped and tested. OK?

OK.


Stan


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