intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.
authorTobias Burnus <burnus@net-b.de>
Mon, 15 Apr 2013 12:51:20 +0000 (14:51 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 15 Apr 2013 12:51:20 +0000 (14:51 +0200)
2013-04-15  Tobias Burnus  <burnus@net-b.de>

        * intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.

From-SVN: r197970

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 012d531..8baf108 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-15  Tobias Burnus  <burnus@net-b.de>
+
+       * intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.
+
 2013-04-15  Janne Blomqvist  <jb@gcc.gnu.org>
 
        PR fortran/56919
index d5ff9a0..37a33a9 100644 (file)
@@ -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