diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-13 12:09:46 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-13 12:09:46 +0000 |
commit | 547ca3bd8e3409e0a796c9daace21b8fb981e866 (patch) | |
tree | 1c2ac6570bbc8b01a80d59c4395f5f5e708ea6d0 /gcc/fortran/intrinsic.texi | |
parent | ca92a39fb16598b71a90ed2be2c3543dd079e66c (diff) | |
download | gcc-547ca3bd8e3409e0a796c9daace21b8fb981e866.tar.gz |
2009-11-13 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 154145
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@154146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/intrinsic.texi')
-rw-r--r-- | gcc/fortran/intrinsic.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 3aa16b0f860..7e01315a41f 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -11181,7 +11181,8 @@ Bitwise logical exclusive or. This intrinsic routine is provided for backwards compatibility with GNU Fortran 77. For integer arguments, programmers should consider -the use of the @ref{IEOR} intrinsic defined by the Fortran standard. +the use of the @ref{IEOR} intrinsic and for logical arguments the +@code{.NEQV.} operator, which are both defined by the Fortran standard. @item @emph{Standard}: GNU extension @@ -11237,7 +11238,8 @@ Fortran 95 elemental function: @ref{IEOR} @section @code{ISO_FORTRAN_ENV} @table @asis @item @emph{Standard}: -Fortran 2003 and later +Fortran 2003 and later; @code{INT8}, @code{INT16}, @code{INT32}, @code{INT64}, +@code{REAL32}, @code{REAL64}, @code{REAL128} are Fortran 2008 or later @end table The @code{ISO_FORTRAN_ENV} module provides the following scalar default-integer |