https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116725
--- Comment #10 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Antoni from comment #9) > Sam, since I use -masm=intel in rustc_codegen_gcc, I fixed a few bugs and I > also test a lot of x86-specific intrinsics (since they're used in stdarch: > https://github.com/rust-lang/stdarch), so it might not be as bad as you > think. Ah, interesting. Maybe I will do a run with it soon then. Thanks!