https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109137
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The inline-asm inside get_cabac_inline_x86 needs 7 registers (6 + ecx is used as a clobber). So obviously it will be really bad on 32bit x86.