]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 012d531bdeb6c42d6cc2146d7a45160477f6680d..8baf108dd25865ece31b34feec1bfe14fa04741f 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 d5ff9a048dcd0014e4df1db50297b4348c8951b1..37a33a9c55292c40a67be85b0f04cdca670205b4 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