jikes 1.22 generates bytecode gcj 4.2 can't read
Brought to you by:
cabbey,
daveshields
The test code I'm attaching shows jikes 1.22
generating bytecode that gcj 4.2 miscompiles.
I'm inclined to call this a gcj bug (see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28754\),
but if gcj -C is used to byte-compile the java files,
gcj 4.2 works as expected.
To see the breakage, run "make breaks" in the test
directory in the attached test case.
test case