From: Thomas Koenig Date: Sat, 16 Nov 2024 15:20:32 +0000 (+0100) Subject: Document that SELECT CASE works for unsigned. X-Git-Tag: basepoints/gcc-16~4209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf00f117eb4b5527592029e39a3d79f2048745d8;p=thirdparty%2Fgcc.git Document that SELECT CASE works for unsigned. gcc/fortran/ChangeLog: * gfortran.texi: Document that SELECT CASE works for UNSIGNED. --- 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}