public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/1258: internal compiler error in libgcj/libjava/jni.cc
@ 2000-12-20 12:23 warnes
  0 siblings, 0 replies; only message in thread
From: warnes @ 2000-12-20 12:23 UTC (permalink / raw)
  To: java-gnats

>Number:         1258
>Category:       java
>Synopsis:       internal compiler error in libgcj/libjava/jni.cc
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    apbianco
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:18:20 PST 2000
>Closed-Date:    Wed May 24 03:45:38 PDT 2000
>Last-Modified:  Wed May 24 03:50:00 PDT 2000
>Originator:     Gregory Warnes <warnes@biostat.washington.edu>
>Release:        gcc: current CVS  libgcj:current CVS
>Organization:
>Environment:
Debian Linux woody (unstable)
Kernel 2.2.15
libgcj confugured with: --prefix=/usr --disable-threads 
gcc configured with: --prefix=/usr --disable-threads 
>Description:
make[2]: Entering directory `/extra/home/warnes/src/libgcj-build/i686-pc-linux-gnu/libjava'
rm -f .libs/jni.lo
../../../libgcj/libjava/jni.cc: In function `void
*_Jv_JNI_GetPrimitiveArrayCritical (JNIEnv *, __JArray *, jboolean *)':
../../../libgcj/libjava/jni.cc:1412: Internal compiler error in
`verify_local_live_at_start', at flow.c:2671
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
>How-To-Repeat:
make
>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR gcj/240


From: Tom Tromey <tromey@cygnus.com>
To: warnes@biostat.washington.edu
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/240: internal compiler error in libgcj/libjava/jni.cc
Date: Tue, 23 May 2000 09:13:33 -0700 (PDT)

 Greg> ../../../libgcj/libjava/jni.cc: In function `void
 Greg> *_Jv_JNI_GetPrimitiveArrayCritical (JNIEnv *, __JArray *, jboolean *)':
 Greg> ../../../libgcj/libjava/jni.cc:1412: Internal compiler error in
 Greg> `verify_local_live_at_start', at flow.c:2671
 Greg> Please submit a full bug report.
 Greg> See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
 
 Hi Greg.  This is almost certainly a bug in the C++ compiler.
 Could you submit a bug report to the compiler developers, like the
 error message says?
 
 Thanks.
 Tom

From: "Gregory R. Warnes" <warnes@biostat.washington.edu>
To: Tom Tromey <tromey@cygnus.com>
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/240: internal compiler error in libgcj/libjava/jni.cc
Date: Tue, 23 May 2000 16:22:34 +0000 (GMT)

 Ok, will do. 
 
 -Greg
 
 On Tue, 23 May 2000, Tom Tromey wrote:
 
   TT>> Greg> ../../../libgcj/libjava/jni.cc: In function `void
   TT>> Greg> *_Jv_JNI_GetPrimitiveArrayCritical (JNIEnv *, __JArray *, jboolean *)':
   TT>> Greg> ../../../libgcj/libjava/jni.cc:1412: Internal compiler error in
   TT>> Greg> `verify_local_live_at_start', at flow.c:2671
   TT>> Greg> Please submit a full bug report.
   TT>> Greg> See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
   TT>> 
   TT>> Hi Greg.  This is almost certainly a bug in the C++ compiler.
   TT>> Could you submit a bug report to the compiler developers, like the
   TT>> error message says?
   TT>> 
   TT>> Thanks.
   TT>> Tom
   TT>> 
 

From: Bryce McKinlay <bryce@albatross.co.nz>
To: warnes@biostat.washington.edu
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/240: internal compiler error in libgcj/libjava/jni.cc
Date: Wed, 24 May 2000 14:48:23 +1200

 There is a patch which may fix this:
 
 http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01303.html
 
 warnes@biostat.washington.edu wrote:
 
 > ../../../libgcj/libjava/jni.cc:1412: Internal compiler error in
 > `verify_local_live_at_start', at flow.c:2671
 

From: "Gregory R. Warnes" <warnes@biostat.washington.edu>
To: Bryce McKinlay <bryce@albatross.co.nz>
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/240: internal compiler error in libgcj/libjava/jni.cc
Date: Wed, 24 May 2000 03:35:39 +0000 (GMT)

 Yes, this did the trick.  Libgcj has now compiled successfuly.  Thanks!
 
 On Wed, 24 May 2000, Bryce McKinlay wrote:
 
   BM>> There is a patch which may fix this:
   BM>> 
   BM>> http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01303.html
   BM>> 
   BM>> warnes@biostat.washington.edu wrote:
   BM>> 
   BM>> > ../../../libgcj/libjava/jni.cc:1412: Internal compiler error in
   BM>> > `verify_local_live_at_start', at flow.c:2671
   BM>> 
   BM>> 
 
State-Changed-From-To: open->closed
State-Changed-By: bryce
State-Changed-When: Wed May 24 03:45:38 2000
State-Changed-Why:
    Reporter reports that libgcj now builds with the fix applied,
    and the fix has been checked into cvs.

From: bryce@albatross.co.nz
To: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com,
  warnes@biostat.washington.edu
Cc:  
Subject: Re: gcj/240
Date: 24 May 2000 10:45:38 -0000

 Synopsis: internal compiler error in libgcj/libjava/jni.cc
 
 State-Changed-From-To: open->closed
 State-Changed-By: bryce
 State-Changed-When: Wed May 24 03:45:38 2000
 State-Changed-Why:
     Reporter reports that libgcj now builds with the fix applied,
     and the fix has been checked into cvs.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=240&database=java
>Unformatted:



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:23 java/1258: internal compiler error in libgcj/libjava/jni.cc warnes

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).