]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (RANGE): RANGE also takes INTEGER arguments.
authorTobias Burnus <burnus@net-b.de>
Tue, 20 Jan 2009 18:46:30 +0000 (19:46 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 20 Jan 2009 18:46:30 +0000 (19:46 +0100)
2009-01-20  Tobias Burnus  <burnus@net-b.de>

        * invoke.texi (RANGE): RANGE also takes INTEGER arguments.

From-SVN: r143524

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

index 2f33c655d96f4992ca482eba9ac87309637a0075..8a0235fc824d682abb45fd3dbd4d6f50bfbdbfc7 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-20  Tobias Burnus  <burnus@net-b.de>
+
+       * invoke.texi (RANGE): RANGE also takes INTEGER arguments.
+
 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
 
        PR fortran/38859
index 8db47e9ba8818fbd417cf42b37d87b673ae286a5..124379527e7077ef075632421832c9452ebe9ebc 100644 (file)
@@ -214,7 +214,7 @@ Some basic guidelines for editing this document:
 * @code{RANDOM_NUMBER}: RANDOM_NUMBER, Pseudo-random number
 * @code{RANDOM_SEED}:   RANDOM_SEED, Initialize a pseudo-random number sequence
 * @code{RAND}:          RAND,      Real pseudo-random number
-* @code{RANGE}:         RANGE,     Decimal exponent range of a real kind
+* @code{RANGE}:         RANGE,     Decimal exponent range
 * @code{RAN}:           RAN,       Real pseudo-random number
 * @code{REAL}:          REAL,      Convert to real type 
 * @code{RENAME}:        RENAME,    Rename a file
@@ -8884,7 +8884,7 @@ END SUBROUTINE
 
 
 @node RANGE
-@section @code{RANGE} --- Decimal exponent range of a real kind
+@section @code{RANGE} --- Decimal exponent range
 @fnindex RANGE
 @cindex model representation, range
 
@@ -8904,7 +8904,8 @@ Inquiry function
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{X} @tab Shall be of type @code{REAL} or @code{COMPLEX}.
+@item @var{X} @tab Shall be of type @code{INTEGER}, @code{REAL}
+or @code{COMPLEX}.
 @end multitable
 
 @item @emph{Return value}: