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]

r168356 - in /trunk/gcc: objc/ChangeLog objc/ob...


Author: nicola
Date: Thu Dec 30 22:02:09 2010
New Revision: 168356

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168356
Log:
In gcc/objc/:
2010-12-30  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc-act.c (objc_types_are_equivalent): Fixed comparing protocol
	lists.  Check them two-ways to fix comparisons when one protocol
	implements the other one, or when one list contains duplicated
	protocols.

In gcc/testsuite/:
2010-12-30  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc.dg/method-conflict-3.m: New.
	* objc.dg/method-conflict-4.m: New.	
	* obj-c++.dg/method-conflict-3.m: New.	
	* obj-c++.dg/method-conflict-4.mm: New.

Added:
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-3.mm
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-4.mm
    trunk/gcc/testsuite/objc.dg/method-conflict-3.m
    trunk/gcc/testsuite/objc.dg/method-conflict-4.m
Modified:
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c
    trunk/gcc/testsuite/ChangeLog


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