https://gcc.gnu.org/g:bf00f117eb4b5527592029e39a3d79f2048745d8

commit r15-5344-gbf00f117eb4b5527592029e39a3d79f2048745d8
Author: Thomas Koenig <tkoe...@gcc.gnu.org>
Date:   Sat Nov 16 16:20:32 2024 +0100

    Document that SELECT CASE works for unsigned.
    
    gcc/fortran/ChangeLog:
    
            * gfortran.texi: Document that SELECT CASE works for UNSIGNED.

Diff:
---
 gcc/fortran/gfortran.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index a6617aa15711..c91d548fc55f 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}

Reply via email to