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

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


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:

Attachment: objective-c-fix.txt
Description: Text document



Thanks,
Andrew Pinski

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