From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18675 invoked by alias); 18 Feb 2005 16:48:31 -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 18541 invoked by uid 48); 18 Feb 2005 16:48:28 -0000 Date: Fri, 18 Feb 2005 21:29:00 -0000 Message-ID: <20050218164828.18539.qmail@sourceware.org> From: "bonniot at users dot sf dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041107190608.18362.bojan@antonovic.com> References: <20041107190608.18362.bojan@antonovic.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598 X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02128.txt.bz2 List-Id: ------- Additional Comments From bonniot at users dot sf dot net 2005-02-18 16:48 ------- Created an attachment (id=8228) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8228&action=view) testcase This is a 6K jar that exhibits the same behaviour: $ /usr/lib/gcc-snapshot/bin/gcj --indirect-dispatch N.jar bossa/syntax/ast.nice:0: internal compiler error: in size_binop, at fold-const.c:1637 That's with gcj 4.0.0 20050212. Note that if you remove any of the three classes from the jar, the bug does not occur. Neither does it if you unpack the jar and call gcj on the three classes directly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18362