This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: As anyone seen this one?
- From: Tobias SchlÃter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: FranÃois-Xavier Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- Cc: gfortran <fortran at gcc dot gnu dot org>,Jerry DeLisle <jvdelisle at verizon dot net>
- Date: Thu, 25 Nov 2004 11:29:06 +0100
- Subject: Re: As anyone seen this one?
- References: <1101352974.4064.4.camel@localhost.localdomain> <41A5971D.40900@lcp.u-psud.fr>
FranÃois-Xavier Coudert wrote:
> Jerry DeLisle wrote:
>
>>program test1
>>
>>print i
>>
>>end program test1
>
>
> I posted something like that on Tue, 19 Oct 2004, and had the following reply:
>
> -----------------------------------------------------
> FranÃois-Xavier Coudert wrote:
> > With the latest linux i686 binaries:
> >
> > $ cat complex.f
> > program foo
> > print a
> > end
> > $ gfortran complex.f
> > complex.f: In function 'MAIN__':
> > complex.f:2: internal compiler error: in gfc_conv_string_parameter, at
> > fortran/trans-expr.c:1986
> >
>
> This is PR 18023, and I already posted a patch for this a few days ago.
>
> Regards,
> - Tobi
> -----------------------------------------------------
>
> PR 18023 is marked as RESOLVED. Someone should REOPEN it, I guess.
>
>
This is a different issue. In Jerry's test program the variable is an integer,
i.e. it could be an assigned FORMAT. These are broken in ways independent of
PR18023. There's a PR for this somewhere, but I couldn't find it.
- Tobi