summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-24 10:48:57 +0000
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-24 10:48:57 +0000
commit7e45f717f8a26f6d73193dd39c4fc4ee7f0eb9f7 (patch)
tree1525979197ac3134e1fc76e6b37f1b313d5f51ae /libgfortran
parentf724d42dbbd1046edfa52e62aefc1ac669d92606 (diff)
downloadgcc-7e45f717f8a26f6d73193dd39c4fc4ee7f0eb9f7.tar.gz
2017-07-24 Thomas Koenig <tkoenig@gcc.gnu.org>
* ChangeLog: Fix typo in date and ommitted PR number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index d29f4f46100..5d145d09794 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,9 +1,10 @@
2017-07-24 Thomas Koenig <tkoenig@gcc.gnu.org>
+ PR fortran/80365
* io/unix.c (buf_write): Return early if there is
nothing to write.
-2017-06-09 Thomas Koenig <tkoenig@gcc.gnu.org>
+2017-07-09 Thomas Koenig <tkoenig@gcc.gnu.org>
* intrinsics/eoshift2.c (eoshift2): Use memcpy
for innermost copy where possible.