https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83244
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |inline-asm --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- GCC does not have an integrated assembler just yet. There have been talks about one but nothing besides that. On some targets (AIX for an example), the assembler is the system one and not the GNU binutils one. It is up to the user to use the correct constraint on the inline-asm such that the assembler does not complain.