https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110821
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fails when the assembler comes along:
<source>:10: Error: illegal operands `bne t1 a6,jmp12'
Basically inline-asm just does substitution and outputs it for the assembler to
handle. GCC does not include an assembler (unlike llmv/clang).