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

[Bug libobjc/48177] New: incorrect registration of typed selectors


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()


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