From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33586 invoked by alias); 13 Jul 2016 21:36:32 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 33561 invoked by uid 89); 13 Jul 2016 21:36:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Jul 2016 21:36:21 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id 0FA2062518E6E; Wed, 13 Jul 2016 22:36:05 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3]) by hhmail02.hh.imgtec.org ([fe80::5400:d33e:81a4:f775%25]) with mapi id 14.03.0294.000; Wed, 13 Jul 2016 22:36:08 +0100 From: Matthew Fortune To: Tom Tromey CC: "java-patches@gcc.gnu.org" , "'gcc-patches@gcc.gnu.org' (gcc-patches@gcc.gnu.org)" , "per@bothner.com" , "aph@redhat.com" , Aurelien Jarno Subject: RE: [PATCH] Fix FFI return type for closures in the java interpreter Date: Wed, 13 Jul 2016 21:36:00 -0000 Message-ID: <6D39441BF12EF246A7ABCE6654B023537E478929@HHMAIL01.hh.imgtec.org> 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> In-Reply-To: <878tx6q0l1.fsf@tromey.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-q3/txt/msg00005.txt.bz2 Tom Tromey writes: > >>>>> "Matthew" =3D=3D Matthew Fortune write= s: >=20 > Matthew> Sorry for the long delay... >=20 > No problem. >=20 > >> This is ok. > >> Could you check? I think a -m32 build ought to show it. Maybe your > >> x86-64 build already did this? >=20 > Matthew> Still OK to commit? >=20 > Yes, thanks. Committed as r238311. I'll wait a short while before proposing backport to GCC 5 and 6 branches. Matthew