This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

java/8712: gcj (GCC) 3.2 - ICE at fold-const.c:2934


>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:


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