Issue 94048
Summary [test-suite] obsequi output is different on musl platform
Labels new issue
Assignees
Reporter v01dXYZ
    When compiling `obsequi` with

``` shell
 cc *.c -o obsequi -DCOUNTBITS16 -DLASTBIT16 -DCOUNTMOVES_TABLE -DTWO_STAGE_GENERATION  -DHASHCODEBITS=23 -Wno-implicit-int 
```

To generate the output from the test input:

``` shell
cat input | ./obsequi
```

The output is different between `debian (glibc)` (same as `Obsequi.reference_output`) and `alpine (musl)`.

```
$ cat /etc/alpine-release
3.20.0
$ clang --version
Alpine clang version 17.0.6
Target: x86_64-alpine-linux-musl
Thread model: posix
InstalledDir: /usr/bin
```

```
root@12754302fc9c:/# cat /etc/debian_version
trixie/sid
root@12754302fc9c:/# clang --version
Debian clang version 16.0.6 (27)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
```

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to