This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Gcj internal error in IF condition
- To: java-discuss@sourceware.cygnus.com
- Subject: Re: Gcj internal error in IF condition
- From: Alexandre Petit-Bianco <apbianco@cygnus.com>
- Date: Fri, 13 Aug 1999 11:22:44 -0700 (PDT)
- References: <199908122038.PAA01303@stda1.cs.uiuc.edu>
mkgardne@stda1.cs.uiuc.edu writes:
> GCJ dies with the message "jc1 got fatal signal 11" when trying to
> compile the enclosed file (an example from the Java front-end of the
> Vortex compiler). I have isolated the problem to the condition of the
> IF statement in move_disk.
Thank you for the bug report.
> Could it be because GCJ doesn't handle the call to non_empty correctly?
Most likely. The second part of the boolean expression also looks like
something jc1 could choke on. I'm experiencing difficulties building
the current egcs tree, but I was able to reproduce the problem using a
tree featuring a very similar Java front-end. I filed a PR.
./A