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
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?
>>
>>
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
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
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
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
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
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
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