------- Comment #19 from fxcoudert at gcc dot gnu dot org  2007-07-29 13:11 
-------
(In reply to comment #18)
> gdb /opt/gcc/gcc4.3l/libexec/gcc/powerpc-apple-darwin8/4.3.0/f951

And did you set a breakpoint on fancy_abort? ICE can be due either to GCC
catching a segfault signal (in which case, GDB intercepts the signal first and
you can ask for a backtrace) or to a failed internal consistency check (in
which case, fancy_abort() is called, prints the error message, and GCC ends
without crashing).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770

Reply via email to