This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/36658] New: Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
- From: "ffileppo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 27 Jun 2008 20:19:46 -0000
- Subject: [Bug libgcj/36658] New: Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I'm getting the following error/bug when I try to cross compile gcj for ARM
Linux from trunk (gcc 4.4.0).
This works fine using gcc 4.3.0 and 4.3.1
In file included from ../../../libjava/java/lang/String.h:10,
from ../../../libjava/java/lang/Class.h:19,
from ../../../libjava/gcj/cni.h:17,
from ../../../libjava/jni-libjvm.cc:11:
../../../libjava/gcj/array.h: In constructor '__JArray::__JArray()':
../../../libjava/gcj/array.h:24: error: non-trivial conversion at assignment
void
struct __JArray * const
<retval> = this
../../../libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
make[3]: *** [jni-libjvm.lo] Error 1
make[3]: Leaving directory
`/media/disk/trunk/gtk-peer/arm-linux-gnueabi/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/media/disk/trunk/gtk-peer/arm-linux-gnueabi/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/media/disk/trunk/gtk-peer'
make: *** [all] Error 2
Configured with:
--prefix=/media/disk/gcc-inst --with-sysroot=/root/tmp/f8/rootfs-f8
--disable-libssp --disable-libgomp --disable-libmudflap --enable-libgcj
--disable-bootstrap --disable-multilib --disable-sjlj-exceptions
--target=arm-linux-gnueabi --enable-languages=c,c++,java
--with-build-time-tools=/root/tmp/f8/binutils/arm-linux-gnueabi/bin
--with-ld=/root/tmp/f8/binutils/arm-linux-gnueabi/bin/ld
--with-nm=/root/tmp/f8/binutils/arm-linux-gnueabi/bin/nm
--with-strip=/root/tmp/f8/binutils/arm-linux-gnueabi/bin/strip
--with-as=/root/tmp/f8/binutils/arm-linux-gnueabi/bin/as --with-float=soft
--enable-java-awt=gtk
--
Summary: Building gcj for arm linux from trunk (gcc 4.4.0):
libjava/gcj/array.h:24: internal compiler error:
verify_gimple failed
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ffileppo at libero dot it
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-unknown-linux-gnueabi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658