diff options
| author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-04 12:10:21 +0000 |
|---|---|---|
| committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-04 12:10:21 +0000 |
| commit | e145e080784ef32731fa1bd6220cc507a7493ff0 (patch) | |
| tree | c30ce0259c547c6473b8e957c627b0ba9f6e73ad | |
| parent | 766cf6a04ffb7eb2602f09d01cc717f4e6d1317e (diff) | |
| download | ppe42-gcc-e145e080784ef32731fa1bd6220cc507a7493ff0.tar.gz ppe42-gcc-e145e080784ef32731fa1bd6220cc507a7493ff0.zip | |
* intrinsic.texi: BES?? functions are not in the f95 standard.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97538 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/intrinsic.texi | 24 |
2 files changed, 16 insertions, 12 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0acf57e36af..cde57c8fb09 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-04-04 Francois-Xavier Coudert <coudert@clipper.ens.fr> + + * intrinsic.texi: BES?? functions are not in the f95 standard. + 2005-04-03 Francois-Xavier Coudert <coudert@clipper.ens.fr> * intrinsic.texi: Document COS, EXP, LOG, LOG10, SIN, SQRT, TAN. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index e7d9933749a..2f13838f1d6 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -798,7 +798,7 @@ end program test_atan of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -826,7 +826,7 @@ end program test_besj0 @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESJ0(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESJ0(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table @@ -844,7 +844,7 @@ end program test_besj0 of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -872,7 +872,7 @@ end program test_besj1 @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESJ1(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESJ1(X)}@tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table @@ -890,7 +890,7 @@ end program test_besj1 @var{N} of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -918,7 +918,7 @@ end program test_besjn @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESJN(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESJN(X)}@tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table @@ -936,7 +936,7 @@ end program test_besjn of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -963,7 +963,7 @@ end program test_besy0 @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESY0(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESY0(X)}@tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table @@ -981,7 +981,7 @@ end program test_besy0 of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -1008,7 +1008,7 @@ end program test_besy1 @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESY1(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESY1(X)}@tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table @@ -1026,7 +1026,7 @@ end program test_besy1 @var{N} of @var{X}. @item @emph{Option}: -f95, gnu +gnu @item @emph{Type}: elemental function @@ -1054,7 +1054,7 @@ end program test_besyn @item @emph{Specific names}: @multitable @columnfractions .24 .24 .24 .24 @item Name @tab Argument @tab Return type @tab Option -@item @code{DBESYN(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab f95, gnu +@item @code{DBESYN(X)}@tab @code{REAL(8) X} @tab @code{REAL(8)} @tab gnu @end multitable @end table |

