On Tue, 11 May 2021 23:52:01 +0200, Christian Weisgerber wrote: > No, I dropped the --without-libtextstyle-prefix for testing purposes > and the bison executable is linked with libtextstyle.so.0.1. I can't > reproduce the segfault.
That's odd, I was just now able to reproduce it on amd64 without any difficulty: bison -y -v $flags -pyyansi_c --defines=ansi_c_y.tab.h parser.y -o ansi_c_y.tab.cpp parser.y:36.22-27: warning: POSIX Yacc does not support string literals [ at which point it dumps core and wedges my terminal. - todd
