Hi Dennis, > Le 19 juil. 2020 à 17:35, Dennis Clarke <[email protected]> a écrit : > > >> Wow... Thanks *a lot* for catching this. sizeof (char*) is 8 on all >> the machines I ran this beta against... > > It is just a 32-bit situation :
Yes, that's exactly what I meant :) > C_mars$ echo $CFLAGS > -std=iso9899:1999 -m32 -g -O0 -pedantic -pedantic-errors -Wall > -march=i686 -mtune=i686 -fno-builtin -malign-double -mpc80 > > C_mars$ echo $CPPFLAGS > -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE > -D_X_OPEN_SOURCE=600 But you are right: I should have the CI check Bison with -m32, hadn't thought about it. Thanks!
