Re: bug#50469: [bison-3.8] bug or side effect to flex & automake

Akim Demaille <[email protected]> Sat, 11 Sep 2021 07:46:14 +0200
Newsgroups gmane.comp.parsers.bison.bugs
Message-ID <[email protected]>
Hi Sam,

> Le 10 sept. 2021 à 18:51, Sam James <[email protected]> a écrit :
> 
> Thanks your work on this! Brief comments on version changes:
> 
>> diff --git a/src/parse-gram.c b/src/parse-gram.c
>> index 95fe43e0..3bc44dbd 100644
>> --- a/src/parse-gram.c
>> +++ b/src/parse-gram.c
>> @@ -1,4 +1,4 @@
>> -/* A Bison parser, made by GNU Bison 3.7.5.297-b46a.  */
>> +/* A Bison parser, made by GNU Bison 3.8.  */
> 
> 3.8 -> 3.8.1, but I guess this will be automatic :)

This is indeed automatic, but refers to the version of Bison that was used to generate bison's parser.  So there's nothing wrong here.

Cheers!