https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122133

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 62491
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62491&action=edit
gcc16-pr122133.patch

Untested fix.
Initially I wanted to handle there just %cc[ but seems output_asm_insn will
always error when % letter is not followed by digit (with the exception of %cc
digit), so handling two letters always seems to be ok.

Reply via email to