aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2024-11-16 16:20:32 +0100
committerThomas Koenig <tkoenig@gcc.gnu.org>2024-11-16 16:40:20 +0100
commitbf00f117eb4b5527592029e39a3d79f2048745d8 (patch)
treed3371f5e68a871aeef7f6b1e3cdfc51a2a56ef43
parent8e2b9c800d10e1a7979e38c168a076e7b7403807 (diff)
downloadgcc-bf00f117eb4b5527592029e39a3d79f2048745d8.zip
gcc-bf00f117eb4b5527592029e39a3d79f2048745d8.tar.gz
gcc-bf00f117eb4b5527592029e39a3d79f2048745d8.tar.bz2
Document that SELECT CASE works for unsigned.
gcc/fortran/ChangeLog: * gfortran.texi: Document that SELECT CASE works for UNSIGNED.
-rw-r--r--gcc/fortran/gfortran.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index a6617aa..c91d548 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -2773,6 +2773,8 @@ formatted and unformatted I/O. For formatted I/O, the @code{B},
values and values which would overflow are rejected with
@code{-pedantic}.
+@code{SELECT CASE} is supported for unsigned integers.
+
The following intrinsics take unsigned arguments:
@itemize @bullet
@item @code{BGE}, @pxref{BGE}