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: Tom Tromey <tom at tromey dot com>
- To: Matthew Fortune <Matthew dot Fortune at imgtec dot com>
- Cc: Tom Tromey <tom at tromey dot com>, "java-patches\@gcc.gnu.org" <java-patches at gcc dot gnu dot org>, "'gcc-patches\@gcc.gnu.org' \(gcc-patches\@gcc.gnu.org\)" <gcc-patches at gcc dot gnu dot org>, "per\@bothner.com" <per at bothner dot com>, "aph\@redhat.com" <aph at redhat dot com>, Aurelien Jarno <aurelien at aurel32 dot net>
- Date: Tue, 12 Jul 2016 10:32:10 -0600
- 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>
>>>>> "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.
Tom