tcc: update tcc to latest version, fix stdatomic #20726
Closed
Cirrus CI / FreeBSD Code CI
failed
Feb 7, 2024 in 47s
Task Summary
Instruction build failed in 00:08
Details
✅ 00:15 clone
✅ 00:21 install
✅ 00:01 diagnose_env
❌ 00:08 build
echo 'Building local V'
Building local V
cc --version
FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152)
Target: x86_64-unknown-freebsd14.0
Thread model: posix
InstalledDir: /usr/bin
make CFLAGS=
if [ -f vc/v.c ] ; then git -C vc/ pull; else git clone --filter=blob:none https://github.com/vlang/vc vc/; fi
Cloning into 'vc'...
Updating files: 100% (3/3), done.
cc -std=gnu11 -w -o v1 vc/v.c -lm -lexecinfo -lpthread
./v1 -no-parallel -o v2 cmd/v
vlib/v/gen/c/cheaders.v:839:52: error: this hexadecimal number has unsuitable digit `u`
837 | }
838 | // the default secret parameters
839 | static const uint64_t _wyp[4] = {0xa0761d6478bd642full, 0xe7037ed1a0b428dbull, 0x8ebc6af09c88c6e3ull, 0x589965cc75374cc3ull};
| ^
840 |
841 | // a useful 64bit-64bit mix function to produce deterministic pseudo random numbers that can pass BigCrush and PractRand
*** Error code 1
Stop.
make: stopped in /tmp/cirrus-ci-build
Loading