This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13141] FAIL: InvokeReturn output - source compiled test
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2003 21:36:37 -0000
- Subject: [Bug libgcj/13141] FAIL: InvokeReturn output - source compiled test
- References: <20031120195557.13141.daney@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From daney at gcc dot gnu dot org 2003-11-20 21:36 -------
Looks like a ffi problem.
It looks like ffi closures are not really implemented on this platform.
libffi testsuite gives:
<...>
PASS: libffi.call/return_ll.c (test for excess errors)
FAIL: libffi.call/return_ll.c execution test
PASS: libffi.call/return_sc.c (test for excess errors)
PASS: libffi.call/return_sc.c execution test
PASS: libffi.call/return_uc.c (test for excess errors)
PASS: libffi.call/return_uc.c execution test
<...>
I might look into this a little later.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13141