diff options
author | Tobias Burnus <burnus@net-b.de> | 2009-11-12 14:34:44 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2009-11-12 14:34:44 +0100 |
commit | 7248efd98d28eaf518caee2cceca0ec4cb076730 (patch) | |
tree | 54a33e47ba2803c9051b7c32b6964620aaab2595 /gcc | |
parent | 8a1eb57b7dd9cb403765eb9c4a401e0687d215de (diff) | |
download | gcc-7248efd98d28eaf518caee2cceca0ec4cb076730.zip gcc-7248efd98d28eaf518caee2cceca0ec4cb076730.tar.gz gcc-7248efd98d28eaf518caee2cceca0ec4cb076730.tar.bz2 |
intrinsic.texi (XOR): Refer also to .NEQV.
2009-11-12 Tobias Burnus <burnus@net-b.de>
* intrinsic.texi (XOR): Refer also to .NEQV.
(ISO_FORTRAN_ENV): State which parameters are F2008.
From-SVN: r154117
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7038bc3..6f1aadd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2009-11-12 Tobias Burnus <burnus@net-b.de> + + * intrinsic.texi (XOR): Refer also to .NEQV. + (ISO_FORTRAN_ENV): State which parameters are F2008. + 2009-11-11 Janus Weil <janus@gcc.gnu.org> PR fortran/41978 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 3aa16b0..7e01315 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 |