From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1346 invoked by alias); 29 Jul 2007 13:11:56 -0000 Received: (qmail 1320 invoked by uid 48); 29 Jul 2007 13:11:46 -0000 Date: Sun, 29 Jul 2007 13:11:00 -0000 Message-ID: <20070729131146.1319.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/32770] -fdefault-integer-8 and the library In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02948.txt.bz2 ------- 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