You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zig test -ofmt=c cbe_nextafter_error.zig
~/.local/share/test/zig-cache/o/19d550fa7f176a5ec3f23371e9ffc1d4/test.c:8214:7: error: call to undeclared function 'zig_make_big'; ISO C99 and later do not support implicit function declarations
t1 = zig_make_big(zig_hi_u128(t0), zig_lo_u128(t0));
^
~/.local/share/test/zig-cache/o/19d550fa7f176a5ec3f23371e9ffc1d4/test.c:8214:5: error: array type 'zig_u128[2]' (aka 'unsigned __int128[2]') is not assignable
t1 = zig_make_big(zig_hi_u128(t0), zig_lo_u128(t0));
~~~^
error: the following test command failed with exit code 1:
~/.local/src/zig-linux-x86_64-0.13.0-dev.211+6a65561e3/zig run -I ~/.local/src/zig-linux-x86_64-0.13.0-dev.211+6a65561e3/lib ~/.local/share/test/zig-cache/o/19d550fa7f176a5ec3f23371e9ffc1d4/test.c
The text was updated successfully, but these errors were encountered:
Currently doesn't go beyond 64-bit integers due to implementation problems (see
ziglang#19991), and that this has been implemented to enable bootstrapping
the compiler, and so is sufficient for current purposes.
bnuuydev
added a commit
to bnuuydev/zig
that referenced
this issue
Apr 2, 2025
Currently doesn't go beyond 64-bit integers due to implementation problems (see
ziglang#19991), and that this has been implemented to enable bootstrapping
the compiler, and so is sufficient for current purposes.
bnuuydev
added a commit
to bnuuydev/zig
that referenced
this issue
Apr 4, 2025
Currently doesn't go beyond 64-bit integers due to implementation problems (see
ziglang#19991), and that this has been implemented to enable bootstrapping
the compiler, and so is sufficient for current purposes.
bnuuydev
added a commit
to bnuuydev/zig
that referenced
this issue
Apr 5, 2025
Currently doesn't go beyond 64-bit integers due to implementation problems (see
ziglang#19991), and that this has been implemented to enable bootstrapping
the compiler, and so is sufficient for current purposes.
Zig Version
0.13.0-dev.211+6a65561e3
Steps to Reproduce and Observed Behaviour
Test example program with
zig test -ofmt=c cbe_nextafter_error.zig
cbe_nextafter_error.zig
:Output:
The text was updated successfully, but these errors were encountered: