https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118940
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |vmakarov at gcc dot gnu.org --- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The inline asm stresses the RA to the maximum, it needs 6 registers, di, cx, ax + 3 others and sp is fixed and bp is used as frame pointer. But at least in theory it should be reloadable.