-
## Tested on ArchLinux (x86_64/zen3)
- llvm-host: ok
- zig-host: ok
- zlib-$(target)-$(cpu): ok
- zstd-$(target)-$(cpu): ok
- llvm-$(target)-$(cpu): ok
- zig-$(target)-$(cpu): fail
**Note:*…
-
Currently it looks like the only supported assembly language targets are masm and nasm. However, the (official) one is Gnu As on Linux, so that should probably be supported. If Gas is already supporte…
-
Hello there,
Thank you for creating and maintaining this amazing tool. The latest version of deepsomatic looks awesome!
I have been testing the latest docker image of deepsomatic (docker://google/de…
-
## What happened?
After the profiler has seen an executable for one hour, mappings for native frames no longer contain the file name field and gnu build id attribute.
**Expected behavior:** This…
-
```cpp
#include "csmith.h"
uint8_t b;
int32_t c;
int32_t *d = &c;
int32_t *e;
int32_t f = 1;
int32_t **g = &e;
int32_t h = 7;
int32_t **i = &e;
void n();
long j(long a, long b) { return a; …
-
The [GNU Octave](octave.org) is a cross platform project built to use the default OS terminal. Currently we would love to be able to identify if that is the new Windows Terminal. [There is some incom…
-
My system Python defaults to using `dbm.gnu` when I use the `dbm` module (macOS, Homebrew, installed `python@3.12` and `python-gdbm@3.12`.
However, Python from `uv` apparently does not provide `dbm…
-
Host system: x86_64-gentoo-linux-musl
```bash
-- Found ccache /usr/bin/ccache
-- Configuring zig version 0.10.0-dev.2931+bdf3fa12f
-- Configuring done
-- Generating done
-- Build files have be…
-
Often projects offer both a gnu(libc) and musl binary. I would always prefer the musl binary. I'd like to be able to "add" that as a component of the filtering (see #52 for other filterint improvement…
-
In https://github.com/stack-of-tasks/eigenpy/pull/444 we fall on this specific issue:
When building cppad Python binding on OSX in Debug mode, running the following code will crash:
```python
i…