From: Jan Beulich Date: Wed, 18 Jun 2025 11:43:44 +0000 (+0200) Subject: doc: allow gcov.texi to be processed by makeinfo 4.13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b435e142edce5f149830bcb846161d532e931a4;p=thirdparty%2Fgcc.git doc: allow gcov.texi to be processed by makeinfo 4.13 As per documentation, even 4.7 ought to suffice. At least 4.13 objects to there being a blank between @anchor and the opening curly brace. gcc/ * doc/gcov.texi: Drop blank after @anchor. --- diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 8bf87a2f8c0..ecf147a6bf2 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -1077,7 +1077,7 @@ condition 1 not covered (true) -: 12:@} @end smallexample -@anchor {gcov prime paths example} +@anchor{gcov prime paths example} When you compile with @option{--coverage -fpath-coverage} and use the option @option{-e} your output looks like this: