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

ak at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |ak at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from ak at gcc dot gnu.org ---
The constexpr asm support is in trunk. It supports templates.


>The second is I want finer grain control over marking memory regions as 
>needing >to be updated before inline assembly code is executed, or invalidated 
>after.

You can do that by specifying the memory region to be updated in the
input/output list

Reply via email to