https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88414
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 #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Started with r257077. In any case, it seems to be a LRA error-recovery bug. We first properly diagnose that the inline asm has constraints that are impossible to resolve ("=d" on two different variables). Vlad, do you think you could have a look?