aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorBud Davis <bdavis9659@comcast.net>2004-11-28 21:14:02 +0000
committerBud Davis <bdavis9659@comcast.net>2004-11-28 21:14:02 +0000
commit077720b56f0bb4a70962a32307608f58a5783a5d (patch)
tree89d7f6bc7734d8a3ecf12aac0f4cbe7e31547a34 /libgfortran/ChangeLog
parent074cedcdebc77283fce4639d76360c1fc0d179c8 (diff)
2004-11-28 Bud Davis <bdavis9659@comcast.net>
* gcc/gcc/gfortran.dg/direct_io_2.f90: New test. * gcc/libgfortran/io/unix.c (mmap_alloc_w_a): check for a write to a location less than the mapped area. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index a27c75d77d5..761ec22886d 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-28 Bud Davis <bdavis9659@comcast.net>
+
+ * io/unix.c (mmap_alloc_w_a): check for a write to a location
+ less than the mapped area.
+
2004-11-27 Bud Davis <bdavis9659@comcast.net>
PR fortran/18364