-
In Screen.cc, the bpid variable that is passed to XChangeProperty\(\) is not a long. The libX11 code deferences the variable as a long and on a 64-bit sparc this must be aligned on a 8-byte boundary.
…
-
Hi!
I'm opening this issue to be able to track the efforts for porting Go to Linux/sparc64.
For the porting work, I suggest using Debian unstable for sparc64 rather than Oracle's Linux for SPARC…
-
Hello,
this issue was brought to my attention from another OpenBSD developer -- I don't have any sparc64 to test. Sparc64 is a strict-alignment architecture, and MD5::processBlocks() seems to acce…
-
I tried the following code:
```rust
#![feature(rustc_attrs)]
#[rustc_abi(debug)]
extern "C" fn test1(_x: [u8; 0]) {}
#[repr(transparent)]
struct Wrap(T);
#[rustc_abi(debug)]
extern "C" f…
-
**I tried this code**:
```rust
// with --target=sparc64-unknown-linux-gnu
#[repr(C)]
pub struct DoubleFloat {
f: f64,
g: f32,
}
#[no_mangle]
pub extern "C" fn foo(x: DoubleF…
-
At least tested on FreeBSD 10.3 on SPARCH64. Boost is broken, see
[https://github.com/boostorg/context/commit/f2ef6326b6ed](https://github.com/boostorg/context/commit/f2ef6326b6ed)
If there are …
-
-
**Problem**
It appears that there might be some bug in how cargo does its certificate validation on sparc64. It possibly may extend to other big-endian systems as well, but I haven’t been able to v…
-
See https://buildd.debian.org/status/package.php?p=chafa
sparc64 fails to pass 6/7 tests.
```
============================================================================
Testsuite summary for c…
-
When running an LLVM build on Debian/sparc64, several `compiler-rt` tests `FAIL` with linker errors. Although the primary linker is `ld.bfd` 2.42.50.20240625, some tests are specificially run with `l…
rorth updated
3 months ago