[patch, Fortran, doc] Update descriptions for UNSIGNED
Thomas Koenig
tkoenig@netcologne.de
Sat Oct 26 21:41:15 GMT 2024
Am 26.10.24 um 22:10 schrieb Iain Sandoe:
>> Pushed (4727bfb37701f3fef98a5f8b60dcd2daa82e8143).
> This seems to have broken —enable-languages=all bootstrap with
>
> /src-local/gcc-master/gcc/fortran/intrinsic.texi:39: node `Intrinsic Procedures' lacks menu item for `UINT' despite being its Up target
> /src-local/gcc-master/gcc/fortran/intrinsic.texi:14934: warning: node prev `UMASK' in menu `UCOBOUND' and in sectioning `UINT’ differ
That is weird - if this is not picked up with "make info", "make html"
and "make pdf", what command is needed to trigger it? Or is it
--enable-languages=all vs. --enable-languages=c,c++,fortran which I use?
> I think the following patch (which will no doubt be whitespace-mangled my mailer) is needed - under test
If you're already testing it, please commit if it passes (approved if
any approval is needed).
Thanks for the help!
Best regards
Thomas
>
> diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
> index 0354704e4d0..f47fa3bbd5e 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
More information about the Gcc-patches
mailing list