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

Re: RFA: ObjC fix typed selector duplication


Nicola Pero wrote:

I'd like to apply alex's patch to reduce selector bloating in the GNU
runtime, submitted as part of PR/5956.

It fixes a (trivial) typo which causes duplicated selectors to be inserted
into the object code - for the GNU runtime only.

[I've also replaced 'proto' with 'prototype' (a shy attempt at increasing
a little the code readability)].

Tested on i686-pc-linux-gnu, no regressions; fixes PR/5956.

Ok to commit to head ?

Wed Jul 3 14:38:12 2002 Nicola Pero <n.pero@mi.flashnet.it>
PR/5956:
* objc/objc-act.c (build_typed_selector_reference): Fix typo which was causing the new selector never to match the existing ones (Patch by Alexander Malmberg <alexander@malmberg.org>).
This is OK, thanks.  (Sorry to have let it slide!)

Stan



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