Re: Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread Mark Wielaard
Hi, On Thu, Jun 03, 2021 at 09:05:22PM +0200, Mark Wielaard wrote: > Currently I have only enabled the arches that I know are fully green > (x86_64, arm64 and ppc64le). I should add ppc64[be] because that > should also be fully green. fedora-ppc64 is enabled now too: https://builder.wildebeest.or

[PATCH] Use PRIx64 to print 64bit hex values in legacy_hash

2021-06-03 Thread Mark Wielaard
* gcc/rust/backend/rust-compile.cc (legacy_hash): lo and hi are uint64_t use PRIx64 to print them as hex values instead of %lx which is target specific. --- gcc/rust/backend/rust-compile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/backend/rust-

Re: Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread Mark Wielaard
On Thu, Jun 03, 2021 at 12:58:46PM +0100, Philip Herron wrote: > I just had a thought it would be nice if we could keep a matrix of > different platforms gccrs has been tested on, and they could have states of: > > 1. Build Failure > 2. Test Failures link to log > 3. Tests pass, no unexpected resu

Test results for gccrs on Debian unstable sparc64

2021-06-03 Thread John Paul Adrian Glaubitz
Hi! Just built revision 324dfb828cec09f7638b48b6e25e4007b45b9cbc on Debian unstable sparc64. Testsuite passes without any issues, attaching the full log. Adrian === rust tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.ex

Re: Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread Philip Herron
That's likely a better solution. In fact, I started looking at that a while back, but I haven't test/finished it: ``` language: c arch: - amd64 - ppc64le - s390x - arm64 os: linux before_install: - sudo apt-get install -y automake autoconf libtool autogen bison flex libgmp3-dev libmpf

Re: Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread John Paul Adrian Glaubitz
Hi Phil! On 6/3/21 1:58 PM, Philip Herron wrote: > I just had a thought it would be nice if we could keep a matrix of > different platforms gccrs has been tested on, and they could have states of: > > 1. Build Failure > 2. Test Failures link to log > 3. Tests pass, no unexpected results > > What

Re: Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread Philip Herron
I just had a thought it would be nice if we could keep a matrix of different platforms gccrs has been tested on, and they could have states of: 1. Build Failure 2. Test Failures link to log 3. Tests pass, no unexpected results What if we maintained a section in the wiki for this? Thanks, --Phil

Re: GCC Rust monthly call

2021-06-03 Thread Philip Herron
Hi everyone, Just a reminder that tomorrow is the community call: at 10am utc+1. The agenda so far is detailed within: https://hackmd.io/rBFlwl_9TkWLox-X6jyxDg The call will be hosted on Jitsi, here is the link we will use: https://meet.jit.si/259057065581073 Thanks --Phil On Mon, 31 May 2021

Test results for gccrs on Debian unstable aarch64

2021-06-03 Thread John Paul Adrian Glaubitz
Hi! Just built revision 324dfb828cec09f7638b48b6e25e4007b45b9cbc on Debian unstable aarch64. Testsuite passes without any issues, attaching the full log. Adrian === rust tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.ex