tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] New test 73_arm64 hangs if ran on RPi


From: Edmund Grimley Evans
Subject: Re: [Tinycc-devel] New test 73_arm64 hangs if ran on RPi
Date: Thu, 26 Feb 2015 07:46:20 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Christian Jullien <address@hidden>:

> I've a cron that tests every update on my RPi.
> Recent change introduced 73_arm64 that that hangs (at least) on RPi.
> As test name seems to suggest, it looks it is for arm64 (not arm32).
> 
> Is this test really arm64 specific? If so, can you better check the tcc
> backend that should run this test?

It's arm64-specific in the sense that it tries things that I know are
difficult on arm64, such as passing particular kinds of struct as
argument and return value. However, it's supposed to be written in
correct C and should work on every architecture. It's possible that it
has exposed a bug in the arm back end as the calling convention for
32-bit ARM has some of the same complexities. I think I have a 32-bit
ARM chroot somewhere I can test it on so I'll see if I can narrow it
down a bit.

Edmund



reply via email to

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