Bug#917192: rustc: Please include patch to fix C ABI on sparc64

2018-12-23 Thread John Paul Adrian Glaubitz
On 12/23/18 10:55 PM, John Paul Adrian Glaubitz wrote: > I'm attaching the patch. With the patches from #916818, #917000 > and #917191, the testsuite failures on sparc64 drop to 9 for me. Minor update to the patch, the commit text contained a wrong reference to the SPARC Compliance Specification.

Bug#917192: rustc: Please include patch to fix C ABI on sparc64

2018-12-23 Thread John Paul Adrian Glaubitz
Source: rustc Version: 1.31.0+dfsg1-2 Severity: normal Tags: upstream patch User: debian-sp...@lists.debian.org Usertags: sparc64 Hi! The Rust compiler misses some special handling for empty structs in the C ABI. This was discovered today by Michael Karcher who has written a patch to address the