This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
java/8712: gcj (GCC) 3.2 - ICE at fold-const.c:2934
- From: stoeber at mathematik dot hu-berlin dot de
- To: gcc-gnats at gcc dot gnu dot org
- Date: 26 Nov 2002 10:49:28 -0000
- Subject: java/8712: gcj (GCC) 3.2 - ICE at fold-const.c:2934
- Reply-to: stoeber at mathematik dot hu-berlin dot de
>Number: 8712
>Category: java
>Synopsis: gcj (GCC) 3.2 - ICE at fold-const.c:2934
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Tue Nov 26 02:56:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Paul Stoeber
>Release: unknown-1.0
>Organization:
>Environment:
debian 3.0r0, powerpc, kernel 2.4
>Description:
$ cat bug.java
class A {
boolean x(A a) {
return (!(a instanceof A));
}
}
$ gcj bug.java
bug.java: In class `A':
bug.java: In method `A.x(A)':
bug.java:3: Internal compiler error in invert_truthvalue, at fold-const.c:2934
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
$ gcj -v
Reading specs from /inst/gcc/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/specs
Reading specs from /inst/gcc/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/../../../libgcj.spec
rename spec lib to liborig
Configured with: /dist/gcc-3.2/configure --prefix=/inst/gcc
Thread model: posix
gcc version 3.2
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: