This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/15223] New: gcj ICE when compiling pizza-1.1.jar


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 <URL:http://gcc.gnu.org/bugs.html> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]