Document that SELECT CASE works for unsigned.

gcc/fortran/ChangeLog:

	* gfortran.texi: Document that SELECT CASE works for UNSIGNED.
This commit is contained in:
Thomas Koenig 2024-11-16 16:20:32 +01:00
parent 8e2b9c800d
commit bf00f117eb

View 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}