OSDN Git Service

2007-03-06 Daniel Franke <franke.daniel@gmail.com>
authordfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2007 21:57:02 +0000 (21:57 +0000)
committerdfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2007 21:57:02 +0000 (21:57 +0000)
        PR documentation/30950
        * intrinsic.texi (AND, CPU_TIME): Fix dummy argument names.
        (FREE): Fix call syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122640 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 07207e2..74e6238 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-06  Daniel Franke  <franke.daniel@gmail.com>
+
+       PR documentation/30950
+       * intrinsic.texi (AND, CPU_TIME): Fix dummy argument names.
+       (FREE): Fix call syntax.
+
 2007-03-06  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * intrinsic.texi: Limit column widths to a total of .85.
 2007-03-06  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * intrinsic.texi: Limit column widths to a total of .85.
index 240bef8..c0a1d9e 100644 (file)
@@ -949,12 +949,12 @@ GNU extension
 Non-elemental function
 
 @item @emph{Syntax}:
 Non-elemental function
 
 @item @emph{Syntax}:
-@code{RESULT = AND(X, Y)}
+@code{RESULT = AND(I, J)}
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{X} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
-@item @var{Y} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
+@item @var{I} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
+@item @var{J} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
 @end multitable
 
 @item @emph{Return value}:
 @end multitable
 
 @item @emph{Return value}:
@@ -2297,11 +2297,11 @@ F95 and later
 Subroutine
 
 @item @emph{Syntax}:
 Subroutine
 
 @item @emph{Syntax}:
-@code{CALL CPU_TIME(X)}
+@code{CALL CPU_TIME(TIME)}
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{X} @tab The type shall be @code{REAL} with @code{INTENT(OUT)}.
+@item @var{TIME} @tab The type shall be @code{REAL} with @code{INTENT(OUT)}.
 @end multitable
 
 @item @emph{Return value}:
 @end multitable
 
 @item @emph{Return value}:
@@ -3837,7 +3837,7 @@ GNU extension
 Subroutine
 
 @item @emph{Syntax}:
 Subroutine
 
 @item @emph{Syntax}:
-@code{FREE(PTR)}
+@code{CALL FREE(PTR)}
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70