]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc, fortran: Add a missing menu item.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 26 Oct 2024 22:06:09 +0000 (23:06 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 26 Oct 2024 22:06:09 +0000 (23:06 +0100)
The changes in r15-4697-g4727bfb37701 omit a menu entry which causes a
bootstrap fail when Frotran is included for at least makeinfo 6.7.
Fixed thus.

gcc/fortran/ChangeLog:

* intrinsic.texi: Add menu item for UINT.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/fortran/intrinsic.texi

index 0354704e4d0d76afeb6b9ca06ff490acd7fabb2c..f47fa3bbd5e898f5403817e41e9b08601c94bfcb 100644 (file)
@@ -321,6 +321,7 @@ Some basic guidelines for editing this document:
 * @code{TTYNAM}:        TTYNAM,    Get the name of a terminal device
 * @code{UBOUND}:        UBOUND,    Upper dimension bounds of an array
 * @code{UCOBOUND}:      UCOBOUND,  Upper codimension bounds of an array
+* @code{UINT}:          UINT,      Convert to an unsigned integer type
 * @code{UMASK}:         UMASK,     Set the file creation mask
 * @code{UNLINK}:        UNLINK,    Remove a file from the file system
 * @code{UNPACK}:        UNPACK,    Unpack an array of rank one into an array