This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: As anyone seen this one?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]