From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10151 invoked by alias); 11 Jan 2007 23:46:00 -0000 Received: (qmail 10124 invoked by alias); 11 Jan 2007 23:45:51 -0000 Date: Thu, 11 Jan 2007 23:46:00 -0000 Message-ID: <20070111234551.10123.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sgk at troutmask dot apl dot washington dot edu" 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-01/txt/msg00981.txt.bz2 ------- Comment #4 from sgk at troutmask dot apl dot washington dot edu 2007-01-11 23:45 ------- Subject: Re: sfstubs.f90:48: internal compiler error: Illegal instruction On Thu, Jan 11, 2007 at 11:40:07PM -0000, kargl at gcc dot gnu dot org wrote: > > ------- Comment #3 from kargl at gcc dot gnu dot org 2007-01-11 23:40 ------- > The code at http://www.cora.nwra.com/~orion/f95bug.tar.gz > is broken. > > laptop:kargl[226] gfc4x -c sfstubs.f90 > sfstubs.f90:127.21: > > real(kind=plflt) x0, y0, xtick, ytick > 1 > Error: Symbol 'plflt' at (1) has no IMPLICIT type > sfstubs.f90:124.26: > > There are several subroutines that are missing 'include plflt.inc' > in sfstubs.f90. > I forgot to mention that f95 -fPIC -c sfstubsf95.f90 compile without a problem with gfortran 4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30444