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 libfortran/29936] Missed constraint on RECL=specifier in unformatted sequential WRITE



------- Comment #8 from jvdelisle at gcc dot gnu dot org  2006-11-25 07:23 -------
Subject: Bug 29936

Author: jvdelisle
Date: Sat Nov 25 07:22:49 2006
New Revision: 119186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119186
Log:
2006-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/29936
        * io/io.h (unit_flags): Add new flag has_recl.
        * io.open.c (new_unit): Set flag if RECL= was specified.
        * io/transfer.c (us_write): If flag set, leave recl as initialized by
        new_unit.

Modified:
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/io.h
    branches/gcc-4_1-branch/libgfortran/io/open.c
    branches/gcc-4_1-branch/libgfortran/io/transfer.c


-- 


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


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