From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26933 invoked by alias); 21 Apr 2005 13:38:57 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 26870 invoked by uid 48); 21 Apr 2005 13:38:51 -0000 Date: Thu, 21 Apr 2005 13:38:00 -0000 Message-ID: <20050421133851.26863.qmail@sourceware.org> From: "aph at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050419223032.21115.mark@gcc.gnu.org> References: <20050419223032.21115.mark@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00225.txt.bz2 List-Id: ------- Additional Comments From aph at gcc dot gnu dot org 2005-04-21 13:38 ------- OK, so it isn't a libffi bug. The odd thing here is that despite the fact that promotion of outgoing args is a machine dependent issue, each language front end is required to do it. This patch corresponds as closely as possible to the equivalent logic in the C++ front end. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115