From 4551438c75836ee380e2bf840f2646fda23e3743 Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Tue, 25 Aug 2009 01:47:23 +0000 Subject: re PR libfortran/41157 (dtime not consistent in times reported) 2009-08-24 Steven G. Kargl PR fortran/41157 * dtime.c (dtime_sub): Fix computing time increment. * time_1.h: Add header. Use RUSAGE_SELF macro instead of a hardcoded 0. From-SVN: r151072 --- libgfortran/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libgfortran/ChangeLog') 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 + + PR fortran/41157 + * dtime.c (dtime_sub): Fix computing time increment. + * time_1.h: Add header. Use RUSAGE_SELF macro instead + of a hardcoded 0. + 2009-08-24 Ralf Wildenhues * configure.ac (AC_PREREQ): Bump to 2.64. -- cgit v1.1