This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32770] -fdefault-integer-8 and the library
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2007 13:11:46 -0000
- Subject: [Bug libfortran/32770] -fdefault-integer-8 and the library
- References: <bug-32770-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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