https://gcc.gnu.org/g:57f6e6e25638a4f82083aa8f9fb2e258599bde99
commit r16-850-g57f6e6e25638a4f82083aa8f9fb2e258599bde99 Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Fri May 23 19:40:16 2025 +0200 doc: Fix implement-c.texi menu commit fbb7f1cb5d3c8b7604e8f966e04330570de3e3ca Author: Joseph Myers <josmy...@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 <r...@cebitec.uni-bielefeld.de> gcc: * doc/implement-c.texi (C Implementation): Add missing menu items. Diff: --- gcc/doc/implement-c.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index bdfb6342f0df..8f0c2ff4bf3c 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::