-
| | |
|--------------------|----|
| Bugzilla Link | [PR13603](https://bugs.llvm.org/show_bug.cgi?id=13603) |
| Status | NEW |
| Importance | P normal |
|…
-
Tests of the master branch of [Distances.jl](https://github.com/JuliaStats/Distances.jl) fail with a StackOverflowError on Julia 1.9.1 (on Ubuntu, MacOS, and Windows) if coverage is enabled, and pass …
-
I tried this code:
```rust
use std::iter::successors;
pub fn foo_map(y: u32) -> Vec {
(0..).map(|i| y.pow(i)).take(5).collect()
}
pub fn foo_successors(y: u32) -> Vec {
successors…
-
First of all, the psp2 kernel has code like this:
```asm
# Simplified code for overview
movw r3, #0x0
movt r3, #0x0
cbz r3, LAB_810023a6
blx SceHdmiForDriver_3126A…
-
This issue stems from PR #52438 and concerns the following function on my PC with Windows 11/WSL on Intel hardware (see below). But I suspect that the problem may also apply to other hardware types.
…
-
| | |
| --- | --- |
| Bugzilla Link | [36750](https://llvm.org/bz36750) |
| Version | 5.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@pogo59,@zygoloid |
…
-
Although GCC complains about stack pointer clobbers from inline assembly (declares to have deprecated them), it actually supports them better than Clang by:
- forcing a frame pointer
- avoiding th…
-
### Compiler name
RISC-V binutils and Spike and RISC-V Proxy Kernel
### Compiler version
trunk rv64gc, 1.1.0 Spike, 1.0.0 RISC-V Proxy Kernel
### Compiler language
Assembly, RISC-V code
### Co…
-
-
Ciao,
as per title, from the settings in the home screen after I pushed right to change font front "Duck Font" the game crashed.
Now it keeps crashing on launch.
I'm on Debian 12, x86_64bit.
Where…