-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
some 32-bit dynamic libc targets have started failing since the std.debug refactor #25520
Copy link
Copy link
Closed
Closed
Copy link
Labels
abi-ilp32The 32-bit ABI for various 64-bit architecturesThe 32-bit ABI for various 64-bit architecturesarch-mips32-bit MIPS32-bit MIPSarch-mips6464-bit MIPS64-bit MIPSarch-x8632-bit x8632-bit x86bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Milestone
Metadata
Metadata
Assignees
Labels
abi-ilp32The 32-bit ABI for various 64-bit architecturesThe 32-bit ABI for various 64-bit architecturesarch-mips32-bit MIPS32-bit MIPSarch-mips6464-bit MIPS64-bit MIPSarch-x8632-bit x8632-bit x86bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Since #25227, I'm seeing failure like this:
Also hangs:
To reproduce:
zig build -fqemu --libc-runtimes $HOME/.local/libc test-std -Dtest-extra-targets -Dtest-target-filter=mips -Dtest-target-filter=x86-