On 16 Nov 2011, at 20:30, Andy Wingo wrote: >> With guile-2.0.3, OS X 10.7.2, Xcode 4.2, >> i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1, 'make check' fails on >> test-ffi. Here, libffi-3.0.9 is used; libffi-3.0.10 does not compile >> with the same setup. > > How does it fail?
I redid the check; it looks like: ... PASS: test-asmobs bad return from expression `(f-sum -1 2000 -30000 40000000000)': expected 39999971999; got 39999972255 FAIL: test-ffi ... Hans