Commit 8f449902 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors)

	PR fortran/36096
	* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
	BESSEL_Y0, and BESSEL_Y1.

From-SVN: r211368
parent f84c6bd9
2014-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2014-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/36096
* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
BESSEL_Y0, and BESSEL_Y1.
2014-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/45187 PR fortran/45187
* trans-decl.c (gfc_create_module_variable): Don't create * trans-decl.c (gfc_create_module_variable): Don't create
Cray-pointee decls twice. Cray-pointee decls twice.
......
...@@ -1701,7 +1701,7 @@ Elemental function ...@@ -1701,7 +1701,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}, and it shall be scalar. @item @var{X} @tab The type shall be @code{REAL}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
...@@ -1750,11 +1750,11 @@ Elemental function ...@@ -1750,11 +1750,11 @@ 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}, and it shall be scalar. @item @var{X} @tab The type shall be @code{REAL}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
The return value is of type @code{REAL} and it lies in the The return value is of type @code{REAL} and lies in the
range @math{ - 0.5818... \leq Bessel (0,x) \leq 0.5818 }. It has the same range @math{ - 0.5818... \leq Bessel (0,x) \leq 0.5818 }. It has the same
kind as @var{X}. kind as @var{X}.
...@@ -1865,12 +1865,11 @@ Elemental function ...@@ -1865,12 +1865,11 @@ 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}, and it shall be scalar. @item @var{X} @tab The type shall be @code{REAL}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
The return value is a scalar of type @code{REAL}. It has the same The return value is of type @code{REAL}. It has the same kind as @var{X}.
kind as @var{X}.
@item @emph{Example}: @item @emph{Example}:
@smallexample @smallexample
...@@ -1913,12 +1912,11 @@ Elemental function ...@@ -1913,12 +1912,11 @@ 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}, and it shall be scalar. @item @var{X} @tab The type shall be @code{REAL}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
The return value is a scalar of type @code{REAL}. It has the same The return value is of type @code{REAL}. It has the same kind as @var{X}.
kind as @var{X}.
@item @emph{Example}: @item @emph{Example}:
@smallexample @smallexample
......
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