This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/36610] objc_msg_sendv is broken for targets which pass argument via registers
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Jun 2011 13:25:07 +0000
- Subject: [Bug libobjc/36610] objc_msg_sendv is broken for targets which pass argument via registers
- Auto-submitted: auto-generated
- References: <bug-36610-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36610
--- Comment #24 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-06-17 13:23:39 UTC ---
> --- Comment #23 from Nicola Pero <nicola at gcc dot gnu.org> 2011-06-14 18:26:40 UTC ---
[...]
> Summarizing, I would close the bug, or leave it open but just to remind me/us
> to:
>
> * remove the existing forwarding code from libobjc;
>
> * remove the forward-1.m testcase;
Since the test now seems to pass everywhere, we could just remove the
xfail instead.
> * add new testcases for the libobjc forwarding hooks. As these are the
> official
> ways to use forwarding (and the only ones available), we should have testcases.
Agreed, but that's orthogonal to the issue at hand.
Whatever is done, we should soon remove the annoying XFAILs of
objc.dg/torture/forward-1.m.
Thanks.
Rainer