The 6.7 version is what's in Debian 11. I'll commit this as obvious in a few hours.
-- >8 -- Commit r16-833-gfbb7f1cb5d3c8b appears to have broken builds with makeinfo from texinfo 6.7 (Debian: 6.7.0.dfsg.2-6) - but not 6.8 (6.8-6+b1). With 6.7, I see (linebreaks manually added): if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /src/gcc/doc \ -I /src/gcc/doc/include -o doc/gcc.info /src/gcc/doc/gcc.texi; \ fi /src/gcc/doc/implement-c.texi:303: warning: node next `Floating point implementation' in menu `Arrays and pointers implementation' and in sectioning `Constant expressions implementation' differ /src/gcc/doc/implement-c.texi:413: warning: node `Arrays and pointers implementation' is next for `Constant expressions implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:413: warning: node `Floating point implementation' is prev for `Constant expressions implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:413: warning: node `C Implementation' is up for `Constant expressions implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:5: node `C Implementation' lacks menu item for `Constant expressions implementation' despite being its Up target /src/gcc/doc/implement-c.texi:432: warning: node prev `Arrays and pointers implementation' in menu `Floating point implementation' and in sectioning `Constant expressions implementation' differ /src/gcc/doc/implement-c.texi:590: warning: node next `Qualifiers implementation' in menu `Declarators implementation' and in sectioning `Types implementation' differ /src/gcc/doc/implement-c.texi:642: warning: node `Declarators implementation' is next for `Types implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:642: warning: node `Qualifiers implementation' is prev for `Types implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:642: warning: node `C Implementation' is up for `Types implementation' in sectioning but not in menu /src/gcc/doc/implement-c.texi:5: node `C Implementation' lacks menu item for `Types implementation' despite being its Up target /src/gcc/doc/implement-c.texi:668: warning: node prev `Declarators implementation' in menu `Qualifiers implementation' and in sectioning `Types implementation' differ make[2]: *** [Makefile:3790: doc/gcc.info] Error 1 * doc/implement-c.texi (menu): Add recently added nodes "Constant expressions implementation" and "Types implementation". --- 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:: -- 2.30.2