diff options
author | Tobias Burnus <burnus@net-b.de> | 2013-04-15 14:51:20 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-04-15 14:51:20 +0200 |
commit | 3c63e93e6d785c29cc80d1a3037865f678fd9c23 (patch) | |
tree | ed1dfb4c5d1db80b63651e1ade7520c492f3bd73 | |
parent | 95bd9622ab403e45e6e7bfd93489907979d1d80c (diff) | |
download | gcc-3c63e93e6d785c29cc80d1a3037865f678fd9c23.zip gcc-3c63e93e6d785c29cc80d1a3037865f678fd9c23.tar.gz gcc-3c63e93e6d785c29cc80d1a3037865f678fd9c23.tar.bz2 |
intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.
2013-04-15 Tobias Burnus <burnus@net-b.de>
* intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.
From-SVN: r197970
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 012d531..8baf108 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index d5ff9a0..37a33a9 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 |