`make check` failure on AIX when built w/o "#define HAVE_GCVT 1" added by fadein on Mon Nov 18 17:14:43 2013
[~/build/chicken/chicken-core.git 1207 master]% make check make -f ./Makefile.aix CONFIG= check make[1]: Entering directory `/home/efalor/build/chicken/chicken-core.git' cd tests; sh runtests.sh ======================================== compiler tests ... ../chicken 'compiler-tests.scm' -output-file 'a.c' -verbose -include-path .. Warning: in toplevel procedure `foo': (compiler-tests.scm:9) in procedure call to `bar11', expected 0 arguments, but was given 1 argument Note: global variable `foo#bar' is only locally visible and never used Note: global variable `bla#blabla' is only locally visible and never used 'gcc' 'a.c' -o 'a.o' -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -maix64 -Os -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I.. -I"/home/efalor/.storm-dev/include/chicken" rm a.c 'gcc' 'a.o' -o 'a.out' -maix64 -Wl,-bsvr4 -Wl,-bbigtoc -L.. -Wl,-R"/home/efalor/.storm-dev/lib" -lchicken -lm -ldl rm a.o 12 12 12 12 12 bar 1 2 3 1 2 3 :1:2:3 1 2 3 Good, unrepresentable C strings cause errors Error: (compiler-tests.scm:275) assertion failed: (= -10 (s4v-sum "integer" s8vector (quote #s8(-1 -2 -3 -4)))) Call history: compiler-tests.scm:240: ##sys#foreign-unsigned-integer64-argument compiler-tests.scm:269: u8vector-length compiler-tests.scm:269: g767 compiler-tests.scm:270: u16vector-length compiler-tests.scm:270: g784 compiler-tests.scm:271: u32vector-length compiler-tests.scm:271: g801 compiler-tests.scm:272: u8vector-length compiler-tests.scm:272: g818 compiler-tests.scm:273: u16vector-length compiler-tests.scm:273: g833 compiler-tests.scm:274: u32vector-length compiler-tests.scm:274: g848 compiler-tests.scm:275: s8vector-length compiler-tests.scm:275: g863 compiler-tests.scm:275: ##sys#error <-- make[1]: *** [check] Error 70 make[1]: Leaving directory `/home/efalor/build/chicken/chicken-core.git' make: *** [check] Error 2