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]

[gfortran] Fix list directed reads of real number


The attached patch fixes a bug in the list directed read of
several values from a single line.  This patch has been
bootstrapped and regression tested on i386-*-FreeBSD6.0.
It actually fixes 4 failures in the testsuite.

                === gfortran Summary ===

# of expected passes            4739
# of unexpected failures        1
# of unexpected successes       8
# of expected failures          18
# of unsupported tests          8

These are the best results I've seen on FreeBSD.  I've also
include a test case for the testsuite.


2004-12-08  Steven G. Kargl  <kargls@comcast.net>

      * io/list_read.c (read_real): Don't return early from function.

-- 
Steve

Attachment: list_read.c.diff
Description: Text document

Attachment: list_read_3.f90
Description: Text document


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