tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] tccelf.c: Fix the Linux-i386 build


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] [PATCH] tccelf.c: Fix the Linux-i386 build
Date: Tue, 04 Feb 2014 15:52:18 +0800
User-agent: K-9 Mail for Android

On February 4, 2014 8:09:12 AM GMT+08:00, Austin English <address@hidden> wrote:
> FWIW, I see the same failures on Gentoo amd64, at
> 4e5f15c6851c69c4cc5da18209218eb918dbee77 (also tested against
> 2eb844f8b5ea0ae159eb3fcec78aa50bd8c03f11, but the problem is there as
> well

[...]

> -ulltof: 18446744073709551616.000000
> +ulltof: 2334.000000

[...]

> -ulltof: 18446744073709549568.000000
> +ulltof: 2334.000000

[...]

> -ulltof: 18446744073709549282.000000
> +ulltof: 2334.000000

This is a test I just introduce when I fixed long long to float conversion for 
arm. It means the bug was already there for x86 and became exposed by this new 
test. I might give it a shot after I fix the problem of parameter passing of 
bit field (I only tried on arm but it seems to be present on all architectures).

However my main machine is an arm machine without much space for a vm or chroot 
so it is more difficult to fix this x86 bug for me.

Cheers,

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]