http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38307
rfm at gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #17020|0 |1
is obsolete| |
--- Comment #8 from rfm at gnu dot org 2011-03-17 20:21:13 UTC ---
Created attachment 23702
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23702
David's patch with a few more fixes and updated for current svn trunk
Made it safe to modify class methods during +initialize (eg as done by class
clusters adding behaviors in gnustep).
Made it safe for superclass +initialize to use the subclass.
Simplified message lookup so that get_imp and objc_msg_lookup share common
code, reducing the chance of a mistake in this tricky class initialisation
process.