From: Tobias Burnus Date: Mon, 15 Apr 2013 12:51:20 +0000 (+0200) Subject: intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8. X-Git-Tag: releases/gcc-4.9.0~6425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c63e93e6d785c29cc80d1a3037865f678fd9c23;p=thirdparty%2Fgcc.git intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8. 2013-04-15 Tobias Burnus * intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8. From-SVN: r197970 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 012d531bdeb6..8baf108dd258 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2013-04-15 Tobias Burnus + + * intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8. + 2013-04-15 Janne Blomqvist PR fortran/56919 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index d5ff9a048dcd..37a33a9c5529 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -12052,7 +12052,7 @@ the underlying platform clock. @var{COUNT_MAX} usually equals @code{HUGE(COUNT_MAX)}. Note that the millisecond resolution of the @var{kind=4} version implies that the @var{COUNT} will wrap around in roughly 25 days. In order to avoid issues with the wrap around and for -more precise timing, please use the @var{kind=4} version. +more precise timing, please use the @var{kind=8} version. If there is no clock, or querying the clock fails, @var{COUNT} is set to @code{-HUGE(COUNT)}, and @var{COUNT_RATE} and @var{COUNT_MAX} are