This is the mail archive of the gcc-bugs@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]

unclaimed-category-1.m


This fails on alpha because of a warning here:

warning: cast to pointer from integer of different size
  test = (TestClass *)(class_create_instance (testClass));

Seems like there should be a prototype somewhere?  Or if 
this is a builtin thingy that the compiler knows about,
perhaps it should be declared to return some sort of 
pointer (void* or Object*?) instead of an integer.


r~


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