bug#68832: Testing: POSIX yacc and C++ linkage

2024-01-31 Thread Karl Berry
parse1.yy:30:7: error: conflicting declaration of 'void yyerror(const char*)' with 'C' linkage parse1.yy:7:6: note: previous declaration with 'C++' linkage Thanks much for the careful and complete report. I think this is another manifestation of what Bogdan fixed in other cases in https:

bug#68832: Testing: POSIX yacc and C++ linkage

2024-01-30 Thread Marcel Telka
Hi, I ran tests for automake 1.16.5 on OpenIndiana and following 4 tests failed: FAIL: t/yacc-cxx.sh FAIL: t/yacc-clean-cxx.sh FAIL: t/yacc-d-cxx.sh FAIL: t/yacc-mix-c-cxx.sh The cause for the failure is this: parse1.yy:30:7: error: conflicting declaration of 'void yyerror(const char*)' with