Commit 92bcd93d by Nicola Pero

Improved compiler checkings for ObjC + GNU runtime when sending messages

to self in class methods

From-SVN: r46613
parent 5286a9ce
Mon Oct 29 21:11:40 2001 Nicola Pero <n.pero@mi.flashnet.it>
* objc/objc-act.c (finish_message_expr): For the GNU runtime: when
determining the type of the receiver, do not check that TREE_CODE
of receiver is CALL_EXPR before calling receiver_is_class_object
(). (receiver_is_class_object): For the GNU runtime: recognize
the case that the receiver is self in a class method context.
Check that TREE_CODE of receiver is CALL_EXPR when checking that
the receiver is a call to objc_get_class.
2001-10-29 John David Anglin <dave@hiauly1.hia.nrc.ca> 2001-10-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero. * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment