gcj-ICE
Stephan Goetter
sg17@inf.tu-dresden.de
Sat Dec 11 12:34:00 GMT 1999
Hi,
1stpc:/opt/soft/csc/java # gcj -C RC5test.java
RC5test.java: In class `RC5test':
RC5test.java: In method `run()':
RC5test.java:39: Internal compiler error in `generate_bytecode_insns', at ../gcc-2.95.2/gcc/java/jcf-write.c:1879
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.
After compiling this file with jikes/javac I can link and run,
but RC5demo loops endless.
(gdb) run
Starting program: /opt/soft/csc/java/RC5demo
RC5 Java Demo (gregh@lightspeed.net)
Program received signal SIGINT, Interrupt.
0x804a34c in RC5_32_12_8.decrypt (this=@808cf50, ct=5291148099678101569) at RC5_32_12_8.java:116
116 x = B - S7 ; y = A & (w-1); B = ((x >>> y) | (x << (w-y))) ^ A; x = A - S6 ; y = B & (w-1); A = ((x >>> y) | (x << (w-y))) ^ B;
Current language: auto; currently java
It should stop after 30 seconds.
Sorry if this bugs are known, already fixed or mine.
Bye,
Stephan
PS: Hmm, I miss gcj -E ;-)
PS2: I reported this bug at http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl too.
--
Stephan Götter
sg17@inf.tu-dresden.de
Die Ausgabe wurde aufgrund von Windows-Beschränkungen abgeschnitten.
rc5demo.tar.gz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rc5demo.tar.gz
Type: application/x-gzip
Size: 5954 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19991211/b9ef19f2/attachment.bin>
More information about the Gcc-bugs
mailing list