I'm installing the changes that Valentin submitted in https://github.com/akimd/bison/pull/49, plus a few of mine.
Valentin, beware that we have ASAN errors with clang uncovered now: see https://api.travis-ci.org/v3/job/726544673/log.txt for instance. That's the type of errors you want to smash asap... See https://travis-ci.org/github/akimd/bison/builds/726559010 for more logs. Many thanks! Akim Demaille (4): glr2.cc: fix GCC10 warning glr2.cc: formatting changes glr2.cc: get rid of the C indirection for yy_symbol_print glr2.cc: address warnings with G++ 4.8 Valentin Tolmer (5): glr2.cc: add copy constructor to yyGLRStackItem glr2.cc: remove C-style casts glr2.cc: remove usage of PTRDIFF_MAX glr2.cc: move StrongIndexAlias into the namespace glr2.cc: coding style changes TODO | 24 -- data/skeletons/glr2.cc | 728 ++++++++++++++++++++--------------------- 2 files changed, 351 insertions(+), 401 deletions(-) -- 2.28.0
