]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Document that SELECT CASE works for unsigned.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 16 Nov 2024 15:20:32 +0000 (16:20 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 16 Nov 2024 15:40:20 +0000 (16:40 +0100)
gcc/fortran/ChangeLog:

* gfortran.texi: Document that SELECT CASE works for UNSIGNED.

gcc/fortran/gfortran.texi

index a6617aa1571161e038e2f286e1a8ce4faf18ac05..c91d548fc55fc5287396b094b509f4429f2feddb 100644 (file)
@@ -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}