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" == 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

Adam> How do I get gdb to stop the compiler at the error?

I always forget, so I just put a breakpoint on _exit.
The default gcc .gdbinit puts breakpoints on fancy_abort, exit, and abort.
(There's a function like internal_error or something that you can put
a breakpoint on.  I just forget the name.  And all it saves you is a
few stack frames anyway.)

Tom


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