https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118940
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Miao Wang from comment #3) > (In reply to Andrew Pinski from comment #2) > > I am suspect the inline-asm is just broken rather than the compiler being > > broken ... > > However, by replacing the inline-asm with a simple nop, the issue persists. By replacing with a simple nop, I assume you are talking about the inline-asm template rather than the inline-asm's operands? Because I think the operands usage is broken.