bug in gcj, maybe with multiple .class inputs
Tom Tromey
tromey@redhat.com
Wed Apr 4 17:26:00 GMT 2001
I downloaded Hans Boehm's constructive reals calculator:
http://www.hpl.hp.com/personal/Hans_Boehm/crcalc/
I tried to build it with the latest 3.0 branch gcj.
I build the .class files and then try to compile them all at once:
creche. gcj -O -o TestCR --main=com.sgi.math.TestCR com/sgi/math/*.class
CR.java: In class `com.sgi.math.slow_CR':
CR.java: In method `com.sgi.math.slow_CR.get_appr(int)':
CR.java:0: verification error at PC=90
CR.java:0: falling through end of method
CR.java: In method `()':
CR.java:0: verification error at PC=4
CR.java:0: falling through end of method
However if I compile the .class files one at a time, things work fine.
Tom
More information about the Java
mailing list