This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: Gcj internal error in IF condition



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

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