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.
* 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::