diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2024-10-26 23:06:09 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2024-10-26 23:06:09 +0100 |
commit | f6e93484be58065a3e8c3746387884866b985134 (patch) | |
tree | 5a1dced9d96059f10cbbf4ebdb9c7fb00946dc76 | |
parent | 5596572b6bf72031de888301ebfe8e984df04dc9 (diff) | |
download | gcc-f6e93484be58065a3e8c3746387884866b985134.zip gcc-f6e93484be58065a3e8c3746387884866b985134.tar.gz gcc-f6e93484be58065a3e8c3746387884866b985134.tar.bz2 |
doc, fortran: Add a missing menu item.
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>
-rw-r--r-- | gcc/fortran/intrinsic.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 0354704..f47fa3b 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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 |