This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libfortran/32770] -fdefault-integer-8 and the library



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


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