]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix implement-c.texi menu
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 23 May 2025 17:40:16 +0000 (19:40 +0200)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 23 May 2025 17:40:16 +0000 (19:40 +0200)
commit fbb7f1cb5d3c8b7604e8f966e04330570de3e3ca
Author: Joseph Myers <josmyers@redhat.com>
Date:   Thu May 22 21:39:37 2025 +0000

    c: Document C23 implementation-defined behavior

broke bootstrap on Ubuntu 20.04 (which bundles makeinfo 6.7)
and elsewhere with a local installation of makeinfo 6.6:

gcc/doc/implement-c.texi:5: node `C Implementation' lacks menu item for
`Constant expressions implementation' despite being its Up target
gcc/doc/implement-c.texi:5: node `C Implementation' lacks menu item for
`Types implementation' despite being its Up target

Fixed by adding the missing menu entries.

2025-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

gcc:
* doc/implement-c.texi (C Implementation): Add missing menu items.

gcc/doc/implement-c.texi

index bdfb6342f0df439c8e9fee5a8f14404d56240a7f..8f0c2ff4bf3c27e23fb1092d1d8f46b4f6d21baf 100644 (file)
@@ -30,10 +30,12 @@ a freestanding environment); refer to their documentation for details.
 * Characters implementation::
 * Integers implementation::
 * Floating point implementation::
+* Constant expressions implementation::
 * Arrays and pointers implementation::
 * Hints implementation::
 * Structures unions enumerations and bit-fields implementation::
 * Qualifiers implementation::
+* Types implementation::
 * Declarators implementation::
 * Statements implementation::
 * Preprocessing directives implementation::