This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: HEAD encounters 'internal error' with -O9 -- inlining issue?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 29 Aug 2002 12:18:20 -0600
- Subject: Re: HEAD encounters 'internal error' with -O9 -- inlining issue?
- References: <86wuqbd3l4.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> src/org/xwt/Box.java:775: internal compiler error: Internal compiler error in emit_move_insn, at expr.c:2925
This looks like a bug for which there is already a pending PR.
(I was under the impression it could only happen when compiling from
bytecode, so perhaps it really is a different problem.)
Could you send a stack trace of jc1? That might help.
Tom