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/26890] SIZE parameter interacts with same variable in IO list character length specification.



------- Comment #14 from jvdelisle at gcc dot gnu dot org  2006-04-14 02:31 -------
Subject: Bug 26890

Author: jvdelisle
Date: Fri Apr 14 02:31:28 2006
New Revision: 112943

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

        PR libgfortran/26890
        * io/io.h: Add size_used to st_parameter_dt.
        *io/transfer.c (data_transfer_init): Initialize size_used to zero.
        (read_sf): Use size_used.
        (read_block): Likewise.
        (read_block_direct): Likewise.
        (write_block): Likewise.
        (write_buf): Likewise and eliminate erroneous FAILURE return.
        (finalize_transfer): Assign value of size_used to *dtp->size.

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


-- 


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


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