[PATCH] Fix some Objective-C failures on *-*-darwin* (next runtime)

Andrew Pinski pinskia@physics.uc.edu
Wed Jul 16 21:42:00 GMT 2003


Here is patch which changes some of the Objective-C tests so that they 
pass on *-*-darwin*
which uses by default the NeXT runtime.

ChangeLog:
	* objc/execute/redefining_self.m: Include objc/Object.h.
	Have TestClass inherit from Object. Remove isa  from TestClass.
	* objc/execute/static-1.m: Include objc/Object.h.
	Have Test inherit from Object. Remove isa from Test.
	* objc/execute/static-2.m: Likewise
	* objc/execute/va_method.m: Include objc/Object.h and stdarg.h.
	Have MathClass inherit from Object. Remove isa from MathClass.


Patch:
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: objective-c-fix.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030716/8ccba456/attachment.txt>
-------------- next part --------------


Thanks,
Andrew Pinski


More information about the Gcc-patches mailing list