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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Keywords|                            |inline-asm

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There are better ways of solving this. One way is to have top level inline-asm
accept input operands and use that.

Plus if I read this code, it only works with x86 inlineasm but it is generic
part of the compiler, a huge issue. Amd no documentation either. Inline-asm is
already not well documented and now adding even more is not helping.

Reply via email to