This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/39528] [4.3 Regression] repeated entries are not read when using list-directed input



------- Comment #13 from jvdelisle at gcc dot gnu dot org  2009-04-04 19:05 -------
Subject: Bug 39528

Author: jvdelisle
Date: Sat Apr  4 19:04:53 2009
New Revision: 145548

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145548
Log:
2009-04-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libfortran/39528
        * gfortran.dg/read_repeat.f90: New test.

2009-04-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libfortran/39528
        Backport from trunk.
        * io/list_read.c (list_formatted_read_scalar): Move check for read
        completion to just after the check for a repeated value.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/read_repeat.f90
Modified:
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/libgfortran/ChangeLog
    branches/gcc-4_3-branch/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39528


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