http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45953
--- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2010-12-21 13:44:09 UTC --- Author: nicola Date: Tue Dec 21 13:44:04 2010 New Revision: 168115 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168115 Log: In libobjc/: 2010-12-21 Nicola Pero <nicola.p...@meta-innovation.com> PR libobjc/45953 * selector.c (__sel_register_typed_name): When registering a new selector with the same name as an existing one, reuse the existing name string. Also updated types, casts and comments in the whole function. In gcc/testsuite/: 2010-12-21 Nicola Pero <nicola.p...@meta-innovation.com> PR libobjc/45953 * objc.dg/libobjc-selector-1.m: New test. Added: trunk/gcc/testsuite/objc.dg/libobjc-selector-1.m Modified: trunk/gcc/testsuite/ChangeLog trunk/libobjc/ChangeLog trunk/libobjc/selector.c