This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ICE in gimplify.c
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Vivek Rao" <vivekrao4 at yahoo dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 21 Feb 2006 10:10:03 +0100
- Subject: Re: ICE in gimplify.c
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ptR+WDPLsZTmTPmdI2H7bnSAlkRO6yNSKfaIhwOPigbQlip2h7Ep28fR5hDwf7d3nL2FrUH/tuGa6bNX82PGmYkXkqIog3TLndPdiuJDxo2LeVKWmihyCaXKZkaNvtU4+kgPzQFenJLEZjL+k6bp0bR86BqxYtTrjdm/4kq8r7o=
- References: <20060220224209.91773.qmail@web53406.mail.yahoo.com>
> gf_statistics.f90: In function 'print_stats_binary':
> gf_statistics.f90:652: internal compiler error: in
> gimplify_expr, at gimplify.c:5764
>
> The code is 925 lines, and when I comment out the
> lines that trip up gfortran, other errors occur. I can
> mail the code to who wants to investigate this.
Reduced, and confirmed this is PR fortran/25619
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25619).
A few comments:
- maybe we should issue a few guidelines to help people reducing
their bugs, that would be useful as this one wasn't so hard to do, and
it still takes time.
- does someone have a delta setup for fortran ready (to
automatically reduce fortran code)? if not, I might give it a try over
the week-end
FX