[Bug libobjc/48177] New: incorrect registration of typed selectors
rfm at gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 18 06:17:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48177
Summary: incorrect registration of typed selectors
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libobjc
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rfm@gnu.org
In __sel_register_typed_name() we try to avoid registration of duplicate
selectors, but the code uses strcmp() to check for selectors with the same type
... unless I'm missing something, it should probably be using sel_typesMatch()
More information about the Gcc-bugs
mailing list