This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HEAD encounters 'internal error' with -O9 -- inlining issue?


Adam Megacz writes:
 > 
 > Tom Tromey <tromey@redhat.com> writes:
 > > Adam> src/org/xwt/Box.java:775: internal compiler error: Internal compiler error in emit_move_insn, at expr.c:2925
 > 
 > > Could you send a stack trace of jc1?  That might help.
 > 
 > How do I get gdb to stop the compiler at the error?

cd <build-dir>/gcc

gdb ./jc1

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]