bug#10015: Guile-2.0.3: test-ffi fails

2013-02-24 Thread Mark H Weaver
Hi Hans. Following up on an old bug report: Hans Aberg wrote: > bad return from expression `(f-sum -1 2000 -3 400)': expected > 3971999; got 3972255 > FAIL: test-ffi This turns out to be due to a bug in LLVM, namely that it improperly assumes that signed integer arguments w

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-18 Thread Hans Aberg
On 18 Nov 2011, at 07:38, 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? >> >>

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Andy Wingo
On Thu 17 Nov 2011 15:32, Hans Aberg writes: > 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

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Hans Aberg
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

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Hans Aberg
On 16 Nov 2011, at 22:46, Andy Wingo wrote: > On Wed 16 Nov 2011 21:16, Hans Aberg writes: > >> On 16 Nov 2011, at 20:30, Andy Wingo wrote: >> >>> On Thu 10 Nov 2011 22:16, Hans Aberg writes: >>> With guile-2.0.3, OS X 10.7.2, Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-16 Thread Andy Wingo
On Wed 16 Nov 2011 21:16, Hans Aberg writes: > On 16 Nov 2011, at 20:30, Andy Wingo wrote: > >> On Thu 10 Nov 2011 22:16, Hans Aberg writes: >> >>> 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

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-16 Thread Hans Aberg
On 16 Nov 2011, at 20:30, Andy Wingo wrote: > On Thu 10 Nov 2011 22:16, Hans Aberg writes: > >> 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 sa

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-16 Thread Andy Wingo
On Thu 10 Nov 2011 22:16, Hans Aberg writes: > 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? Can you provide a backtr

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-10 Thread Hans Aberg
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. Hans