This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
RE: [PATCH] Fix FFI return type for closures in the java interpreter
- From: Matthew Fortune <Matthew dot Fortune at imgtec dot com>
- To: Tom Tromey <tom at tromey dot com>
- Cc: "java-patches at gcc dot gnu dot org" <java-patches at gcc dot gnu dot org>, "'gcc-patches at gcc dot gnu dot org' (gcc-patches at gcc dot gnu dot org)" <gcc-patches at gcc dot gnu dot org>, "per at bothner dot com" <per at bothner dot com>, "aph at redhat dot com" <aph at redhat dot com>, Aurelien Jarno <aurelien at aurel32 dot net>
- Date: Wed, 13 Jul 2016 21:36:08 +0000
- Subject: RE: [PATCH] Fix FFI return type for closures in the java interpreter
- Authentication-results: sourceware.org; auth=none
- References: <6D39441BF12EF246A7ABCE6654B023537E45FD9F@HHMAIL01.hh.imgtec.org> <87shvyib1n.fsf@tromey.com> <8760stviqj.fsf@tromey.com> <6D39441BF12EF246A7ABCE6654B023537E46241B@HHMAIL01.hh.imgtec.org> <87k2h9t3en.fsf@tromey.com> <6D39441BF12EF246A7ABCE6654B023537E474A22@HHMAIL01.hh.imgtec.org> <878tx6q0l1.fsf@tromey.com>
Tom Tromey <tom@tromey.com> writes:
> >>>>> "Matthew" == Matthew Fortune <Matthew.Fortune@imgtec.com> writes:
>
> Matthew> Sorry for the long delay...
>
> No problem.
>
> >> This is ok.
> >> Could you check? I think a -m32 build ought to show it. Maybe your
> >> x86-64 build already did this?
>
> Matthew> Still OK to commit?
>
> Yes, thanks.
Committed as r238311. I'll wait a short while before proposing backport
to GCC 5 and 6 branches.
Matthew