From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8917 invoked by alias); 13 Jul 2009 18:42:56 -0000 Received: (qmail 8882 invoked by uid 48); 13 Jul 2009 18:42:45 -0000 Date: Mon, 13 Jul 2009 18:42:00 -0000 Message-ID: <20090713184245.8881.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40734] ICE on attempt to compile trivial Fortran program In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub 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: 2009-07/txt/msg01048.txt.bz2 ------- Comment #5 from jakub at gcc dot gnu dot org 2009-07-13 18:42 ------- My guess would be you have configured libgmp or libmpfr for a different CPU than you really have. Try gdb --args /apps/gcc/4.4.0/libexec/gcc/i686-pc-linux-gnu/4.4.0/f951 hello.f run and see on which insn it crashed (disas $pc-32 $pc+32)? Another possibility is the binary got corrupted. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40734