-
Something I've noticed with compiling 9.1.0 vs
-
this is a weird one. I see different behavior between these dependency declarations
```toml
libz-sys = { git = "https://github.com/rust-lang/libz-sys.git", rev = "414ca0a22b35449ae297fb0775fad578d…
-
Compiling a program with gcc using the lld linker fails with the error
```
ld.lld: error: unknown emulation: elf_x86_64_haiku
collect2: error: ld returned 1 exit status
```
### Reproducing th…
-
Is it a typo for the comment of "syscall exit (64)"? Do you mean "93" instead of "64"?
```
void exit(int code)
{
__asm__ __volatile__(
"mv a0, %0 # return code\n"
"li a7, 93 …
yh36 updated
3 months ago
-
Hi,
We are experiencing unexpected `sccache` server shutdowns when building our C++ project ([OpenVINO](https://github.com/openvinotoolkit/openvino)) for RISC-V with [Conan](https://conan.io/) in G…
-
# Summary
I started seeing a crash in our application on Emscripten 3.1.66+ when loading a GLTF file with Magnum and traced it down to what appears to be a bad compile output by Emscripten, where on …
-
the proposed `Zc*` extensions described [here](https://github.com/riscv/riscv-code-size-reduction) have recently been ratified....
the `Zca` extensions is of particular interest in "small cores" wi…
-
## Brief outline of the bug
When a float ends up on the same page as a longtable something goes wrong and text ends up being rendered way too low (or even off) the page. In this example, on the bot…
-
I tried this code:
```rust
#![no_std]
#![no_main]
use core::arch::asm;
use core::panic::PanicInfo;
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop { }
}
#[no_mangle]
fn _start() ->…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/7196547529
## Patch information
Applied patches: 1 -> 1
As…