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
The nightly toolchain just wasn't pulling the "correct" compiler build (due to one of the CI thing failing (the old mac build can be fixed or removed @jacobly0 :P)
I can confirm the latest compiler works fine:
section .text,"ax",@progbits assume adl = 1section .text,"ax",@progbits public _m_m: ld hl,-3call __framesetor a, a sbc hl, hlpush hlpop deBB0_1:inc de ld (ix -3), de ld bc,3call __idivupush hlcall _a ld de, (ix -3)pop hlpush depop hl jr BB0_1section .text,"ax",@progbits ident "clang version 15.0.0 (https://github.com/jacobly0/llvm-project.git 87dbcb9ad4aac66fa28b578e02021919589d3e82)"extern __idivuextern __Unwind_SjLj_Registerextern __Unwind_SjLj_Unregisterextern __framesetextern _a
Compiler crashes when any of O1,O2,O3,Os,Ofast is used.
main.c
error:
The text was updated successfully, but these errors were encountered: