Re: [PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-18 Thread Jan Beulich
On 10.06.2025 21:11, Sandra Loosemore wrote: > On 6/9/25 23:56, Jan Beulich wrote: >> On 06.06.2025 17:28, Sandra Loosemore wrote: >>> On 6/6/25 00:44, Jan Beulich wrote: As per documentation, even 4.7 ought to suffice. At least 4.13 objects to there being nothing ahead of the first comma

Re: [PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-10 Thread Sandra Loosemore
On 6/9/25 23:56, Jan Beulich wrote: On 06.06.2025 17:28, Sandra Loosemore wrote: On 6/6/25 00:44, Jan Beulich wrote: As per documentation, even 4.7 ought to suffice. At least 4.13 objects to there being nothing ahead of the first comma in @xref{}. --- The text inserted it merely a guess; I'm op

Re: [PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-10 Thread Andrew Pinski
On Thu, Jun 5, 2025 at 11:50 PM Jan Beulich wrote: > > As per documentation, even 4.7 ought to suffice. At least 4.13 objects > to there being nothing ahead of the first comma in @xref{}. > --- > The text inserted it merely a guess; I'm open to better suggestions. > > Noticed with gcc15, so may wa

Re: [PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-09 Thread Jan Beulich
On 06.06.2025 17:28, Sandra Loosemore wrote: > On 6/6/25 00:44, Jan Beulich wrote: >> As per documentation, even 4.7 ought to suffice. At least 4.13 objects >> to there being nothing ahead of the first comma in @xref{}. >> --- >> The text inserted it merely a guess; I'm open to better suggestions.

Re: [PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-06 Thread Sandra Loosemore
On 6/6/25 00:44, Jan Beulich wrote: As per documentation, even 4.7 ought to suffice. At least 4.13 objects to there being nothing ahead of the first comma in @xref{}. --- The text inserted it merely a guess; I'm open to better suggestions. Noticed with gcc15, so may want backporting. --- a/gcc/

[PATCH] doc: allow extend.texi to be processed by makeinfo 4.13

2025-06-05 Thread Jan Beulich
As per documentation, even 4.7 ought to suffice. At least 4.13 objects to there being nothing ahead of the first comma in @xref{}. --- The text inserted it merely a guess; I'm open to better suggestions. Noticed with gcc15, so may want backporting. --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.t