From: Rainer Orth Date: Fri, 23 May 2025 17:40:16 +0000 (+0200) Subject: doc: Fix implement-c.texi menu X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f6e6e25638a4f82083aa8f9fb2e258599bde99;p=thirdparty%2Fgcc.git doc: Fix implement-c.texi menu commit fbb7f1cb5d3c8b7604e8f966e04330570de3e3ca Author: Joseph Myers 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 gcc: * doc/implement-c.texi (C Implementation): Add missing menu items. --- diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index bdfb6342f0d..8f0c2ff4bf3 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -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::