From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27521 invoked by alias); 6 Jan 2008 20:40:37 -0000 Received: (qmail 27307 invoked by alias); 6 Jan 2008 20:39:55 -0000 Date: Sun, 06 Jan 2008 21:37:00 -0000 Message-ID: <20080106203955.27305.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34545] ICE when compiling Fortran 95 code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paulthomas2 at wanadoo dot fr" 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: 2008-01/txt/msg00536.txt.bz2 ------- Comment #16 from paulthomas2 at wanadoo dot fr 2008-01-06 20:39 ------- Subject: Re: ICE when compiling Fortran 95 code Tobias, Nothing - I have just updated to FC8 and blew all my nice set-up to pieces. This is the first time that Fedora has let me down. I will be operational first thing tomorrow morning - I just got back in action about 20 minutes ago but am too dog-tired to do anything right now. BTW The PR34431 etc. patch is coming along. I have cured all the regressions but have found other, very curious bugs. eg. integer (kind(1_8)) foo () fails with the patch. The bailing out to defer kind association until USE and IMPORT are over is too soon - the kind expression needs to be converted and, on the basis of the expression, the deferral mechanism triggered. I think that it is sufficient to do this if the expression contains a variable. I am pretty sure that I know what I have to do to complete this but it will take a couple of days yet. I'll tidy up the statement decoding, whilst I am about it. Cheers Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34545