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

2021-09-11 Thread Paul Eggert
On 9/11/21 4:03 AM, Kiyoshi KANAZAWA wrote: Failures of flex's make check also disappeared with bison-3.8.1. Thanks for testing, and thanks Akim for writing the patch. I installed it on the automake master branch on Savannah.

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

2021-09-11 Thread Kiyoshi KANAZAWA
Thank you, Akim. I confirmed failures of automake's make check disappeared with your patch, except for original ones, suchi as FAIL: t/lex-clean-cxx.sh FAIL: t/lex-depend-cxx.sh Tested with both of bison-3.8 & bison-3.8.1. Failures of flex's make check also disappeared with bison-3.8.1. Regard

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

2021-09-11 Thread Akim Demaille
I propose the following patch to fix Automake's prototype of yyerror. Cheers! commit 38242845a146d6438e3f884100aa3e670142e393 Author: Akim Demaille Date: Sat Sep 11 09:39:00 2021 +0200 tests: let yacc's yyerror take its argument as a const string Some of yacc error messages are c