Commit c4bc65be by Daniel Franke

intrinsic.texi (IERRNO): Changed class to non-elemental function.

2007-04-30  Daniel Franke  <franke.daniel@gmail.com>

        * intrinsic.texi (IERRNO): Changed class to non-elemental function.
        (LOG10): Removed COMPLEX as accepted argument type.
        (NEW_LINE): Changed class from elemental to inquiry function.
        (SIGN): Removed requirement of scalar arguments.
        (SNGL): Changed class to elemental function.

From-SVN: r124297
parent d22a3166
2007-04-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-04-30 Daniel Franke <franke.daniel@gmail.com>
* intrinsic.texi (IERRNO): Changed class to non-elemental function.
(LOG10): Removed COMPLEX as accepted argument type.
(NEW_LINE): Changed class from elemental to inquiry function.
(SIGN): Removed requirement of scalar arguments.
(SNGL): Changed class to elemental function.
2007-04-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31591 PR fortran/31591
* simplify.c (simplify_bound_dim): New function. * simplify.c (simplify_bound_dim): New function.
......
...@@ -5109,7 +5109,7 @@ function. ...@@ -5109,7 +5109,7 @@ function.
GNU extension GNU extension
@item @emph{Class}: @item @emph{Class}:
Elemental function Non-elemental function
@item @emph{Syntax}: @item @emph{Syntax}:
@code{RESULT = IERRNO()} @code{RESULT = IERRNO()}
...@@ -6131,8 +6131,7 @@ Elemental function ...@@ -6131,8 +6131,7 @@ Elemental function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{X} @tab The type shall be @code{REAL(*)} or @item @var{X} @tab The type shall be @code{REAL(*)}.
@code{COMPLEX(*)}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
...@@ -7268,7 +7267,7 @@ end program test_nearest ...@@ -7268,7 +7267,7 @@ end program test_nearest
F2003 and later F2003 and later
@item @emph{Class}: @item @emph{Class}:
Elemental function Inquiry function
@item @emph{Syntax}: @item @emph{Syntax}:
@code{RESULT = NEW_LINE(C)} @code{RESULT = NEW_LINE(C)}
...@@ -8665,8 +8664,8 @@ Elemental function ...@@ -8665,8 +8664,8 @@ Elemental function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{A} @tab Shall be a scalar of type @code{INTEGER} or @code{REAL} @item @var{A} @tab Shall be of type @code{INTEGER} or @code{REAL}
@item @var{B} @tab Shall be a scalar of the same type and kind as @var{A} @item @var{B} @tab Shall be of the same type and kind as @var{A}
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
...@@ -8953,7 +8952,7 @@ that is specific to one type for @var{A}. ...@@ -8953,7 +8952,7 @@ that is specific to one type for @var{A}.
GNU extension GNU extension
@item @emph{Class}: @item @emph{Class}:
function Elemental function
@item @emph{Syntax}: @item @emph{Syntax}:
@code{RESULT = SNGL(A)} @code{RESULT = SNGL(A)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment