Closed antoyo closed 1 year ago
It seems the sysroot now requires more stuff that is not implemented for the libgccjit12 feature, so I might as well remove this feature and do this instead.
I can disable the libgccjit12 CI in the meantime.
Perhaps I removed some patch to the sysroot disabling SIMD.
Fixed by #357.
https://github.com/rust-lang/rustc_codegen_gcc/actions/runs/4715557516/jobs/8362625048#step:19:78
This error is likely caused because I removed the code to adjust the size of arrays and libgccjit 12 still requires an int instead of a 64-bit integer.