On 05/06/2023 6:28 am, Roberto Bagnara wrote: > U10) \m escape sequence. > Is this an undocumented GCC extension or just a typo?
Where are you seeing this? The only examples I see are in asm macros, and they're all parameter substitutions. This includes the one in x86's bug.h where it's a parameter substitution into an .ascii string literal, not an escaped special character in the literal. ~Andrew