HEAD encounters 'internal error' with -O9 -- inlining issue?
Adam Megacz
gcj@lists.megacz.com
Tue Aug 27 21:12:00 GMT 2002
I've tarred up the source tree that produces this error at
http://www.megacz.com/xwt.tgz
Unpack it, change to the xwt/ directory, and issue this command:
/usr/local/gcc/bin/i686-pc-mingw32-gcj \
-fCLASSPATH=/usr/local/gcc/share/libgcj.jar:src/ \
-O9 -g -Isrc/ -c src/org/xwt/Box.java -o Box.o
src/org/xwt/Box.java:775: internal compiler error: Internal compiler error in emit_move_insn, at expr.c:2925
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
The problem does not occur with -O0.
The line in question (775) is a call to a private, tiny method which
should be getting inlined...
- a
--
"Cassette tapes are killing the music industry" -- RIAA spokesperson, 1978
More information about the Java
mailing list