On 29/06/16 11:47, James Greenhalgh wrote:
> On Wed, Jun 29, 2016 at 11:40:13AM +0100, Kyrill Tkachov wrote:
>> Hi all,
>>
>> I notice these scan-assembler tests fail when testing -mabi=ilp32 because the
>> 64-bit operation that they expect doesn't happen on the 32-bit long types in
>> that configu
On Wed, Jun 29, 2016 at 11:40:13AM +0100, Kyrill Tkachov wrote:
> Hi all,
>
> I notice these scan-assembler tests fail when testing -mabi=ilp32 because the
> 64-bit operation that they expect doesn't happen on the 32-bit long types in
> that configuration.
>
> The easy fix is to change the 'long'
On 29/06/16 11:40, Kyrill Tkachov wrote:
> Hi all,
>
> I notice these scan-assembler tests fail when testing -mabi=ilp32
> because the 64-bit operation that they
> expect doesn't happen on the 32-bit long types in that configuration.
>
> The easy fix is to change the 'long' types to be 'long long
Hi all,
I notice these scan-assembler tests fail when testing -mabi=ilp32 because the
64-bit operation that they
expect doesn't happen on the 32-bit long types in that configuration.
The easy fix is to change the 'long' types to be 'long long' so that they are
always 64-bit.
With this patch th