This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Bug Report
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: pascal dot pernot at lcp dot u-psud dot fr (Pascal PERNOT)
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 24 Oct 2005 08:22:50 -0400 (EDT)
- Subject: Re: Bug Report
>
> Hi,
>
> I encounter a strange problem with the following code compiled with gfortran.
This is what I get on the mainline of GCC (gfortran):
1
At line 16 of file t.f90
Fortran runtime error: Missing format for FORMATTED data transfer
-- Pinski