This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34545] ICE when compiling Fortran 95 code
- From: "paulthomas2 at wanadoo dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2008 20:39:55 -0000
- Subject: [Bug fortran/34545] ICE when compiling Fortran 95 code
- References: <bug-34545-15536@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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