From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24685 invoked by alias); 20 Apr 2005 00:57:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 24497 invoked by uid 48); 20 Apr 2005 00:57:23 -0000 Date: Wed, 20 Apr 2005 00:57:00 -0000 Message-ID: <20050420005723.24496.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@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-04/txt/msg02626.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-20 00:57 ------- Hmm, that would mean we are trying to jump based on the agrument: insn_ifeq: { if (POPI() == 0) TAKE_GOTO; else SKIP_GOTO; } NEXT_INSN; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115