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]

Updated patch for libfortran/PR19568 and libfortran/PR20131


This is an updated patch for PR 19568 and PR 20131.  There were
two problems with the previous one:  sf_seen_eor wasn't updated
correctly, and the special case for standard input that was
causing PR 20131 wasn't removed.  Also, all traces of debugging
statements have been carefully removed.

Waiting for those FSF papers, assigned to the FSF in the meantime.

Bubblestrapped and regression-tested on the 4.0 branch.  OK?

Thomas

2005-03-08  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/19568
        PR libfortran/20131
        * io/transfer.c (read_sf): If an end-of-record was seen
        previously, just return blanks.
	Return erroneous special case for standard input.
	(next_record_r): Reset sf_seen_eor if an end of record
	has been seen previously.

2005-03-08  Thomas Koenig  <Thomas.Koenig@online.de>

	formatted_read_1.f90:  New testcase
	formatted_read_2.f90:  New testcase

Attachment: transfer.c-diff
Description: Text document

Attachment: formatted_read_1.f90
Description: Text document

Attachment: formatted_read_2.f90
Description: Text document


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