[Bug objc/35165] Massive failures of objc on i686-apple-darwin9

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 20 14:13:00 GMT 2008



------- Comment #4 from danglin at gcc dot gnu dot org  2008-03-20 14:12 -------
@interface Protocol : Object
{
@private
    char *protocol_name OBJC2_UNAVAILABLE;
    struct objc_protocol_list *protocol_list OBJC2_UNAVAILABLE;
    struct objc_method_description_list *instance_methods OBJC2_UNAVAILABLE;
    struct objc_method_description_list *class_methods OBJC2_UNAVAILABLE;
}

/* Obtaining attributes intrinsic to the protocol */

- (const char *)name OBJC2_UNAVAILABLE;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165



More information about the Gcc-bugs mailing list