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

r168705 - in /trunk/gcc/testsuite: ChangeLog ob...


Author: iains
Date: Wed Jan 12 11:04:14 2011
New Revision: 168705

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168705
Log:

gcc/testsuite:

	* objc-obj-c++-shared/Object1.h: Add copyright header, update
	comments.  Add a TEST_SUITE_ADDITIONS category for GNU runtime.
	Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
	methods missing from the OBJC2 Object.
	* objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
	Amend implementation to use a TEST_SUITE_ADDITIONS category for both GNU
	and NeXT runtimes.
	* objc-obj-c++-shared/Object1.mm: Remove redundant header, update 
	comments.
	* objc-obj-c++-shared/Object1.m: Likewise.
	* objc.dg/encode-3.m: Update header use.  Amend to be API2 compatible.
	* objc.dg/proto-qual-1.m: Likewise.
	* obj-c++.dg/proto-lossage-3.mm: Likewise.
	* obj-c++.dg/proto-qual-1.mm: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/proto-lossage-3.mm
    trunk/gcc/testsuite/obj-c++.dg/proto-qual-1.mm
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1-implementation.h
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1.h
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1.m
    trunk/gcc/testsuite/objc-obj-c++-shared/Object1.mm
    trunk/gcc/testsuite/objc.dg/encode-3.m
    trunk/gcc/testsuite/objc.dg/proto-qual-1.m


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