public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [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
@ 2008-06-27 20:19 ffileppo at libero dot it
  2009-04-29 13:58 ` [Bug libgcj/36658] " ramana at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ffileppo at libero dot it @ 2008-06-27 20:19 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
@ 2009-04-29 13:58 ` ramana at gcc dot gnu dot org
  2009-05-18  7:33 ` debian-gcc at lists dot debian dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-04-29 13:58 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from ramana at gcc dot gnu dot org  2009-04-29 13:58 -------
Could you check with a version of more recent vintage and provide more
information like the svn revision number ? 


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
  2009-04-29 13:58 ` [Bug libgcj/36658] " ramana at gcc dot gnu dot org
@ 2009-05-18  7:33 ` debian-gcc at lists dot debian dot org
  2009-12-11 18:19 ` ramana at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-05-18  7:33 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from debian-gcc at lists dot debian dot org  2009-05-18 07:33 -------
a native build for arm-linux-gnueabi works fine in 4.4.0, e.g.

https://buildd.debian.org/fetch.cgi?&pkg=gcj-4.4&ver=4.4.0-2&arch=armel&stamp=1241854512&file=log

  Matthias


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
  2009-04-29 13:58 ` [Bug libgcj/36658] " ramana at gcc dot gnu dot org
  2009-05-18  7:33 ` debian-gcc at lists dot debian dot org
@ 2009-12-11 18:19 ` ramana at gcc dot gnu dot org
  2010-01-08  9:57 ` ramana at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-12-11 18:19 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from ramana at gcc dot gnu dot org  2009-12-11 18:19 -------
No feedback in over a year and don't have more information . Hence Suspended.


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
                   ` (2 preceding siblings ...)
  2009-12-11 18:19 ` ramana at gcc dot gnu dot org
@ 2010-01-08  9:57 ` ramana at gcc dot gnu dot org
  2010-01-10 21:08 ` ramana at gcc dot gnu dot org
  2010-03-20  0:02 ` ramana at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2010-01-08  9:57 UTC (permalink / raw)
  To: java-prs



-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
                   ` (3 preceding siblings ...)
  2010-01-08  9:57 ` ramana at gcc dot gnu dot org
@ 2010-01-10 21:08 ` ramana at gcc dot gnu dot org
  2010-03-20  0:02 ` ramana at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2010-01-10 21:08 UTC (permalink / raw)
  To: java-prs



-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/36658] Building gcj for arm linux from trunk (gcc 4.4.0): libjava/gcj/array.h:24: internal compiler error: verify_gimple failed
  2008-06-27 20:19 [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 ffileppo at libero dot it
                   ` (4 preceding siblings ...)
  2010-01-10 21:08 ` ramana at gcc dot gnu dot org
@ 2010-03-20  0:02 ` ramana at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2010-03-20  0:02 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from ramana at gcc dot gnu dot org  2010-03-20 00:02 -------
No further feedback in more than 3 months. 


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36658


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-20  0:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-27 20:19 [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 ffileppo at libero dot it
2009-04-29 13:58 ` [Bug libgcj/36658] " ramana at gcc dot gnu dot org
2009-05-18  7:33 ` debian-gcc at lists dot debian dot org
2009-12-11 18:19 ` ramana at gcc dot gnu dot org
2010-01-08  9:57 ` ramana at gcc dot gnu dot org
2010-01-10 21:08 ` ramana at gcc dot gnu dot org
2010-03-20  0:02 ` ramana at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).