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/34876] Can't read/write array sections with negative stride not specified



------- Comment #12 from jvdelisle at gcc dot gnu dot org  2008-01-25 23:35 -------
Subject: Bug 34876

Author: jvdelisle
Date: Fri Jan 25 23:34:53 2008
New Revision: 131848

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131848
Log:
2008-01-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libfortran/34876
        * io/transfer.c (write_buf): Handle case of zero sized array.
        (transfer_array): Set data pointer to NULL and size to zero.  Then
        make a data transfer and return.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/transfer.c


-- 


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


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