This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/48177] incorrect registration of typed selectors
- From: "rfm at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 Mar 2011 10:08:50 +0000
- Subject: [Bug libobjc/48177] incorrect registration of typed selectors
- Auto-submitted: auto-generated
- References: <bug-48177-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48177
--- Comment #4 from rfm at gnu dot org 2011-03-21 10:08:31 UTC ---
The bug did cause proxies to fail ... but I implemented a workaround for that
in base, so it's not critical for gnustep once the new base is released (and
older versions of base use the old runtime api anyway).
As far as argframe stuff goes in base ... it would be nice to be able to remove
it ... perhaps we can. It's part of the public API ... but not of the OSX API
as far as I know. maybe it could be deprecated and removed soon.