>> On 4/26/23 10:37 AM, Jose E. Marchesi wrote: >>> Just a heads up, we just committed support for the assembly syntax >>> used >>> by clang to the GNU assembler [1]. >> >> Thanks! Do you which gcc release is expected to contain these changes? > > This is the assembler, i.e. binutils. > We don't need to update the compiler. Turns out we do indeed have to update GCC. Otherwise non-trivial inline asm ends in mixed syntaxes within an instruction (like r2 = %r3). We are looking into this. Oh well. > >>> Salud! >>> [1] https://sourceware.org/pipermail/binutils/2023-April/127222.html