r170563 - in /trunk: gcc/testsuite/ChangeLog gc...

nicola@gcc.gnu.org nicola@gcc.gnu.org
Mon Feb 28 14:48:00 GMT 2011


Author: nicola
Date: Mon Feb 28 14:48:23 2011
New Revision: 170563

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170563
Log:
In libobjc/:
2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>
	
	* selector.c (sel_getTypedSelector): Return NULL if there are
	multiple selectors with conflicting types.
	* objc/runtime.h (sel_getTypedSelector): Updated documentation.
	
In gcc/testsuite/:
2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return
	NULL in case of a selector with conflicting types.
	* obj-c++.dg/gnu-api-2-sel.mm: Same change.
	


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/gnu-api-2-sel.mm
    trunk/gcc/testsuite/objc.dg/gnu-api-2-sel.m
    trunk/libobjc/ChangeLog
    trunk/libobjc/objc/runtime.h
    trunk/libobjc/selector.c



More information about the Gcc-cvs mailing list