This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
- From: "bonniot at users dot sf dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Feb 2005 16:48:28 -0000
- Subject: [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
- References: <20041107190608.18362.bojan@antonovic.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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