From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3793 invoked by alias); 30 Apr 2004 10:49:21 -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 3778 invoked by uid 48); 30 Apr 2004 10:49:21 -0000 Date: Fri, 30 Apr 2004 10:49:00 -0000 From: "marco at technoboredom dot net" To: java-prs@gcc.gnu.org Message-ID: <20040430104915.15223.marco@technoboredom.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15223] New: gcj ICE when compiling pizza-1.1.jar X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00065.txt.bz2 List-Id: GCJ 3.4.0 produces an ICE when trying to compile the pizza compiler version 1.1. HP of the pizza: http://pizzacompiler.sourceforge.net/ Download Mirrors for version 1.1: http://prdownloads.sourceforge.net/pizzacompiler/pizza-1.1.jar?download The following transript shows how the error manifests: =begin= marco@gontscharow:~/tmp/piz$ /opt/gcc-3.4.0/bin/gcj -v Reading specs from /opt/gcc-3.4.0/lib/gcc/i386-slackware-linux/3.4.0/specs Reading specs from /opt/gcc-3.4.0/lib/gcc/i386-slackware-linux/3.4.0/../../../libgcj.spec rename spec lib to liborig Configured with: ../source/gcc-3.4.0/configure --prefix=/opt/gcc-3.4.0 --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --host=i386-slackware-linux Thread model: posix gcc version 3.4.0 marco@gontscharow:~/tmp/piz$ /opt/gcc-3.4.0/bin/gcj pizza-1.1.jar -o pizza C:\pizza\main\src\net\sf\pizzacompiler\compiler\ClassReader.pizza: In class `net.sf.pizzacompiler.compiler.ClassReader$$closures': C:\pizza\main\src\net\sf\pizzacompiler\compiler\ClassReader.pizza: In method `net.sf.pizzacompiler.compiler.ClassReader$$closures.$apply(java.lang.Object)': C:\pizza\main\src\net\sf\pizzacompiler\compiler\ClassReader.pizza:27: internal compiler error: in size_binop, at fold-const.c:1598 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. =end= -- Summary: gcj ICE when compiling pizza-1.1.jar Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marco at technoboredom dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: i386-slackware-linux GCC host triplet: i386-slackware-linux GCC target triplet: i386-slackware-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15223