Bug#905266: gfortran: Write and read arrays in unformatted files do not work properly

2018-08-02 Thread Matthias Klose
Control: tags -1 + moreinfo On 02.08.2018 12:24, Marco wrote: > Package: gfortran > Version: 4:8.1.0-1 > Severity: important > > Dear Maintainer, > > I'm running a fortran hydrodynamic model. Here we have a routine writing > an unformatted file with an header and a real array with the following

Bug#905266: gfortran: Write and read arrays in unformatted files do not work properly

2018-08-02 Thread Marco
Package: gfortran Version: 4:8.1.0-1 Severity: important Dear Maintainer, I'm running a fortran hydrodynamic model. Here we have a routine writing an unformatted file with an header and a real array with the following code: write(30,iostat=ierr) time,ivar,m,lmax +