From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25900 invoked by alias); 13 Jul 2009 17:19:26 -0000 Received: (qmail 25833 invoked by uid 48); 13 Jul 2009 17:19:11 -0000 Date: Mon, 13 Jul 2009 17:19:00 -0000 Subject: [Bug fortran/40734] New: ICE on attempt to compile trivial Fortran program X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "al dot danial at ngc dot com" 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/msg01040.txt.bz2 > gfortran -v -save-temps hello.f Driving: gfortran -v -save-temps hello.f -lgfortranbegin -lgfortran -lm -shared-libgcc Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.4.0/configure --with-gmp=/apps/gmp/4.2.2 --with-mpfr=/apps/mpfr/2.4.1 --prefix=/apps/gcc/4.4.0 --enable-languages=c,c++,fortran,java,objc,obj-c++ Thread model: posix gcc version 4.4.0 (GCC) COLLECT_GCC_OPTIONS='-v' '-save-temps' '-shared-libgcc' '-mtune=generic' /apps/gcc/4.4.0/libexec/gcc/i686-pc-linux-gnu/4.4.0/f951 hello.f -ffixed-form -quiet -dumpbase hello.f -mtune=generic -auxbase hello -version -fintrinsic-modules-path /apps/gcc/4.4.0/lib/gcc/i686-pc-linux-gnu/4.4.0/finclude -o hello.s GNU Fortran (GCC) version 4.4.0 (i686-pc-linux-gnu) compiled by GNU C version 4.4.0, GMP version 4.2.2, MPFR version 2.4.1. GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129284 :0: internal compiler error: Illegal instruction Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The source file hello.f is program hi implicit none write(6,*) 'hello' end -- Summary: ICE on attempt to compile trivial Fortran program Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: al dot danial at ngc dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40734