summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2013-04-29 11:43:18 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2013-04-29 11:43:18 +0300
commit96cc0ef46bd4bfa5585a0ab900e76b11245e11b7 (patch)
treedfe239cbe8e634690ce5be8c25c9af42fa5e15a6 /libgfortran/ChangeLog
parentc033f5ae3270e34c40c7ef9e7168b9884e39b75a (diff)
downloadgcc-96cc0ef46bd4bfa5585a0ab900e76b11245e11b7.tar.gz
Simplify SYSTEM_CLOCK implementation.
2013-04-29 Janne Blomqvist <jb@gcc.gnu.org> * intrinsics/system_clock (gf_gettime_mono): Use variable resolution for fractional seconds argument. (system_clock_4): Simplify, update for gf_gettime_mono change. (system_clock_8): Likewise. From-SVN: r198391
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index b7d6fe1152e..334220de476 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,12 @@
2013-04-29 Janne Blomqvist <jb@gcc.gnu.org>
+ * intrinsics/system_clock (gf_gettime_mono): Use variable
+ resolution for fractional seconds argument.
+ (system_clock_4): Simplify, update for gf_gettime_mono change.
+ (system_clock_8): Likewise.
+
+2013-04-29 Janne Blomqvist <jb@gcc.gnu.org>
+
PR fortran/56981
* io/transfer.c (next_record_w_unf): First fix head marker, then
write tail.