libatomic_ops
libatomic_ops copied to clipboard
The atomic_ops project (Atomic memory update operations portable implementation)
Source: master (69e188067) Host: Linux 5.18.0-3-sparc64-smp (Debian) Compiler: clang 13.0.1 How to build: CC=clang ./configure --enable-assertions --disable-atomic-intrinsics && make -j check Fail rate: ~3/4 Note: cannot reproduce with gcc-12 Output...
Build: https://travis-ci.org/github/ivmai/libatomic_ops/jobs/670012675 Source: master (https://github.com/ivmai/libatomic_ops/commit/0cb237483150405296e94ac0fffb85b39f19035b) Compiler: clang version 3.8.0-2ubuntu4 Target: Linux/arm64 (aarch64-unknown-linux-gnu) How to reproduce: configure --enable-assertions && make -j check CFLAGS_EXTRA="-O3" CC=clang Reproduction rate: ~1/20
As part of Alpine Linux's (musl libc) packaging process we run `make check`. Unfortunately `test_malloc` fails on s390x: ``` ================================================ libatomic_ops 7.6.10: tests/test-suite.log ================================================ # TOTAL: 5 # PASS: 4...
Source: master (400a88b) Build: https://app.travis-ci.com/github/ivmai/libatomic_ops/jobs/611939900 Host: Ubuntu 22.04.2 LTS / ppc64le Compiler: gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Config: CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=MinSizeRel -Denable_assertions=ON -Denable_atomic_intrinsics=OFF" Occurrence: ~3/4 Output (test_atomic): Saw release store out of order...
Source: 7279f8153 (master) Host: Linux/e2k-v5 Linux kernel: 5.4.0-6.9-e8c2 Compiler: lcc:1.26.22:Jan-10-2024:e2k-v5-linux (gcc (GCC) 9.3.0 compatible) How to reproduce: `./configure --enable-assertions && make -j check CFLAGS_EXTRA="-O0 -g -m128" && tests/test_stack` Occurrence: ~1/15...
Just convenient place to keep record of pushing [latest release](https://github.com/bdwgc/libatomic_ops/releases/tag/v7.10.0) downstream. Download link: https://github.com/bdwgc/libatomic_ops/releases/download/v7.10.0/libatomic_ops-7.10.0.tar.gz file_size: 543312 md5: 1de9631daa0781a8c5a8457053d57cf0 sha1: 047f0087fd33445fb547836e7be6523825aae760 [rmd160](https://emn178.github.io/online-tools/ripemd-160/file/): a0b7f5cb58caa07aac95ae7038665bb679018cc7 sha256: 0db3ebff755db170f65e74a64ec4511812e9ee3185c232eeffeacd274190dfb0 sha512: 22f6b5253b4756cce1687015849558c3391593b8298bddc8ef1a2c037847f633fe1291c013034b1f720dafd599787d545fba473325561179e9eb1bbcd24eee61 cksum (linux): 304935852 [timestamp](https://www.unixtimestamp.com/):...
``` This is a Fujitsu SPARC64 server with Solaris 10 and a small collection of GNU tools already built. I am using GCC ver 9.5.0 also. The configure looks fine...