From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18594 invoked by alias); 22 Jan 2002 23:46:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 18575 invoked by uid 71); 22 Jan 2002 23:46:03 -0000 Date: Tue, 22 Jan 2002 15:46:00 -0000 Message-ID: <20020122234603.18572.qmail@sources.redhat.com> To: billingd@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Billinghurst, David \(CRTS\)" Subject: Re: fortran/3393: ICE in extract_insn, at recog.c:2173 Reply-To: "Billinghurst, David \(CRTS\)" X-SW-Source: 2002-01/txt/msg00807.txt.bz2 List-Id: The following reply was made to PR fortran/3393; it has been noted by GNATS. From: "Billinghurst, David (CRTS)" To: Cc: Subject: Re: fortran/3393: ICE in extract_insn, at recog.c:2173 Date: Wed, 23 Jan 2002 07:39:12 +0800 For the record ... -----Original Message----- From: Reichelt [mailto:reichelt@igpm.rwth-aachen.de] Sent: Wednesday, 23 January 2002 12:17=20 To: toon@moene.indiv.nluug.nl; gcc@gcc.gnu.org Subject: Re: Plan for bug-fixing g77-3.1. Hello again, PR 3393 can be boiled down to the following lines of code: PROGRAM LABUG2 INTEGER I, J, M REAL A(5,2) M =3D 1 DO J =3D 1, 2 DO I =3D 1, M CALL F1( A(I,J) ) END DO END DO CALL F2(M) END I get the following error message when compiling with "g77 -O2 = -mabi=3D64" on mips-sgi-irix6.5: labug2.f:11: unrecognizable insn: (insn 203 84 144 (set (reg:DI 114) (plus:DI (reg:DI 114) (sign_extend:DI (const_int 20 [0x14])))) -1 (nil) (nil)) labug2.f:11: Internal compiler error in extract_insn, at recog.c:2129 Again, there's a two-dimensional array involded, so that PR 3393 is probably related to PR 3392. Greetings, Volker Reichelt http://gcc.gnu.org/ml/gcc/2002-01/msg01379.html http://gcc.gnu.org/ml/gcc/2002-01/msg01389.html