diff options
| author | Arsen Arsenović <arsen@aarsen.me> | 2023-01-25 23:33:03 +0100 |
|---|---|---|
| committer | Arsen Arsenović <arsen@aarsen.me> | 2023-03-21 09:47:33 +0100 |
| commit | 43b72ede11d78b29dff7c55f3f5170e8d135979f (patch) | |
| tree | 5f6ae92764e4d11d63b7a01fcadfb973aa0f932c /gcc/doc/implement-c.texi | |
| parent | 8a1b089e0500b96d32e548134285b272a6096e26 (diff) | |
| download | gcc-43b72ede11d78b29dff7c55f3f5170e8d135979f.zip gcc-43b72ede11d78b29dff7c55f3f5170e8d135979f.tar.gz gcc-43b72ede11d78b29dff7c55f3f5170e8d135979f.tar.bz2 | |
doc: Remove the @gol macro/alias
The @gol macro appears to have existed as a workaround for a bug in old
versions of makeinfo and/or texinfo.tex, where they would, in some types
of output, fail to emit line breaks in @gccoptlists. After updating
texinfo.tex, I noticed that this behavior appears to no longer be
exhibited, instead, both acted correctly and inserted newlines. The
(groff) manual output also appears unaffected.
gcc/ChangeLog:
* doc/implement-c.texi: Remove usage of @gol.
* doc/invoke.texi: Ditto.
* doc/sourcebuild.texi: Ditto.
* doc/include/gcc-common.texi: Remove @gol. In new Makeinfo and
texinfo.tex versions, the bug it was working around appears to
be gone.
gcc/fortran/ChangeLog:
* invoke.texi: Remove usages of @gol.
* intrinsic.texi: Ditto.
Diffstat (limited to 'gcc/doc/implement-c.texi')
| -rw-r--r-- | gcc/doc/implement-c.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index c82f191..b104f8d 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -293,7 +293,7 @@ The accuracy is unknown. @item @cite{The rounding behaviors characterized by non-standard values -of @code{FLT_ROUNDS} @gol +of @code{FLT_ROUNDS} (C90, C99 and C11 5.2.4.2.2).} GCC does not use such values. |
