diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-06-01 00:30:37 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-06-01 00:30:37 +0000 |
commit | d2d586f929bf0aa50868ac9a6393efddb2b89eb7 (patch) | |
tree | a05a9fce30e37d5f00a99ad03af628def1bea3c5 /gcc | |
parent | e6a29ed8b17ec5eb9c9afd02278445b4b162242a (diff) | |
download | gcc-d2d586f929bf0aa50868ac9a6393efddb2b89eb7.zip gcc-d2d586f929bf0aa50868ac9a6393efddb2b89eb7.tar.gz gcc-d2d586f929bf0aa50868ac9a6393efddb2b89eb7.tar.bz2 |
intrinsic.texi: Revert wrong commit.
2008-05-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* intrinsic.texi: Revert wrong commit.
From-SVN: r136249
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 39 |
2 files changed, 4 insertions, 39 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 02861b6..a928c25 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2008-05-31 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + * intrinsic.texi: Revert wrong commit. + 2008-05-31 Steven G. Kargl <kargls@comcast.net> * arith.c (gfc_arith_init_1): Remove now unused r and c variables. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 58c5e4d..6852d64 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -1005,29 +1005,16 @@ Function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -<<<<<<< .mine -@item @var{I} @tab The type shall be either a scalar @code{INTEGER(*)} -type or a scalar @code{LOGICAL} type. -@item @var{J} @tab The type shall be the same as the type of @var{I}. -======= @item @var{I} @tab The type shall be either a scalar @code{INTEGER} type or a scalar @code{LOGICAL} type. @item @var{J} @tab The type shall be the same as the type of @var{I}. ->>>>>>> .r136053 @end multitable @item @emph{Return value}: -<<<<<<< .mine -The return type is either a scalar @code{INTEGER(*)} or a scalar -@code{LOGICAL}. If the kind type parameters differ, then the -smaller kind type is implicitly converted to larger kind, and the -return has the larger kind. -======= The return type is either a scalar @code{INTEGER} or a scalar @code{LOGICAL}. If the kind type parameters differ, then the smaller kind type is implicitly converted to larger kind, and the return has the larger kind. ->>>>>>> .r136053 @item @emph{Example}: @smallexample @@ -8323,29 +8310,16 @@ Function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -<<<<<<< .mine -@item @var{X} @tab The type shall be either a scalar @code{INTEGER(*)} -type or a scalar @code{LOGICAL} type. -@item @var{Y} @tab The type shall be the same as the type of @var{X}. -======= @item @var{X} @tab The type shall be either a scalar @code{INTEGER} type or a scalar @code{LOGICAL} type. @item @var{Y} @tab The type shall be the same as the type of @var{X}. ->>>>>>> .r136053 @end multitable @item @emph{Return value}: -<<<<<<< .mine -The return type is either a scalar @code{INTEGER(*)} or a scalar -@code{LOGICAL}. If the kind type parameters differ, then the -smaller kind type is implicitly converted to larger kind, and the -return has the larger kind. -======= The return type is either a scalar @code{INTEGER} or a scalar @code{LOGICAL}. If the kind type parameters differ, then the smaller kind type is implicitly converted to larger kind, and the return has the larger kind. ->>>>>>> .r136053 @item @emph{Example}: @smallexample @@ -11081,29 +11055,16 @@ Function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -<<<<<<< .mine -@item @var{X} @tab The type shall be either a scalar @code{INTEGER(*)} -type or a scalar @code{LOGICAL} type. -@item @var{Y} @tab The type shall be the same as the type of @var{I}. -======= @item @var{X} @tab The type shall be either a scalar @code{INTEGER} type or a scalar @code{LOGICAL} type. @item @var{Y} @tab The type shall be the same as the type of @var{I}. ->>>>>>> .r136053 @end multitable @item @emph{Return value}: -<<<<<<< .mine -The return type is either a scalar @code{INTEGER(*)} or a scalar -@code{LOGICAL}. If the kind type parameters differ, then the -smaller kind type is implicitly converted to larger kind, and the -return has the larger kind. -======= The return type is either a scalar @code{INTEGER} or a scalar @code{LOGICAL}. If the kind type parameters differ, then the smaller kind type is implicitly converted to larger kind, and the return has the larger kind. ->>>>>>> .r136053 @item @emph{Example}: @smallexample |