-
### Quick summary
clang++ error: clang frontend command failed with exit code 139
Build via package https://aur.archlinux.org/packages/rpcs3-git
### Details
error output:
```shell
[ 54%] Build…
-
On a Gentoo box with LLVM 18.1.8 the build aborts with:
```
[ 77%] Building CXX object CMakeFiles/codonc.dir/codon/parser/visitors/typecheck/assign.cpp.o
[ 77%] Building CXX object CMakeFiles/cod…
-
**Description:**
I am experiencing significant performance issues with clangd in the following example code:
```cpp
#include
#include
const int64_t max_n = 1e6 + 5;
std::vector v[max_n];…
-
### Description
The bug arises during Clang's template instantiation process when attempting to specialize a template for multi-dimensional arrays. The compiler fails with an internal error, specif…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/T4W7jxvMT](https://godbolt.org/z/T4W7jxvMT)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
I pulled the latest from llvm-project `main` in order to resolve issues fixed in https://github.com/llvm/llvm-project/issues/94614 and https://github.com/llvm/llvm-project/issues/98428.
I built c…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/P1xE1dEx1](https://godbolt.org/z/P1xE1dEx1)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
The [latest version](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.12.0) of MSVC causes an internal compiler error in `src/test/fuzz/utxo_snapshot.cpp` for both "Releas…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/6c5b51jGW](https://godbolt.org/z/6c5b51jGW)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
Was just compiling the latest `wf-recorder` against `pipewire` on nix. and got this issue
```
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source arch…