diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-25 01:47:23 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-25 01:47:23 +0000 |
commit | 4551438c75836ee380e2bf840f2646fda23e3743 (patch) | |
tree | a9de4f2eefae9e965c3d593a680a684a0d19f20e /libgfortran/ChangeLog | |
parent | 1ed659c18d4236ca31858537ec8b573c33a8c569 (diff) | |
download | gcc-4551438c75836ee380e2bf840f2646fda23e3743.zip gcc-4551438c75836ee380e2bf840f2646fda23e3743.tar.gz gcc-4551438c75836ee380e2bf840f2646fda23e3743.tar.bz2 |
re PR libfortran/41157 (dtime not consistent in times reported)
2009-08-24 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/41157
* dtime.c (dtime_sub): Fix computing time increment.
* time_1.h: Add <sys/types.h> header. Use RUSAGE_SELF macro instead
of a hardcoded 0.
From-SVN: r151072
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 848fc51..b1494ca 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,10 @@ +2009-08-24 Steven G. Kargl <kargl@gcc.gnu.org> + + PR fortran/41157 + * dtime.c (dtime_sub): Fix computing time increment. + * time_1.h: Add <sys/types.h> header. Use RUSAGE_SELF macro instead + of a hardcoded 0. + 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac (AC_PREREQ): Bump to 2.64. |