[Bug libfortran/25116] [regression wrt g77] namelist read from non-opened file

2005-11-27 Thread jvdelisle at verizon dot net
--- Comment #3 from jvdelisle at verizon dot net 2005-11-28 01:40 --- Subject: Re: [regression wrt g77] namelist read from non-opened file fxcoudert at gcc dot gnu dot org wrote: > --- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-27 23:14 > --- > (In reply to com

Re: [Bug libfortran/25116] [regression wrt g77] namelist read from non-opened file

2005-11-27 Thread Jerry DeLisle
fxcoudert at gcc dot gnu dot org wrote: --- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-27 23:14 --- (In reply to comment #1) At line 2 of file nml.f Fortran runtime error: End of file Debugging shows that the bytes_left field of the stream is not set correctly (233862

[Bug libfortran/25116] [regression wrt g77] namelist read from non-opened file

2005-11-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-27 23:14 --- (In reply to comment #1) > At line 2 of file nml.f > Fortran runtime error: End of file Debugging shows that the bytes_left field of the stream is not set correctly (2338621003140048416 instead of 922337203685477

[Bug libfortran/25116] [regression wrt g77] namelist read from non-opened file

2005-11-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-27 11:38 --- Confirmed on mainline. Interesting, because the Access time of the fort.9 file is indeed modified, and the error message is: At line 2 of file nml.f Fortran runtime error: End of file -- fxcoudert at gcc dot