[Bug c++/52770] RFE: Letting compiler know asm block can call function that can throw

rth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Mar 29 15:56:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52770

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-03-29
                 CC|                            |rth at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> 2012-03-29 15:52:42 UTC ---
We could probably add another synthetic clobber, i.e.

  asm volatile("" : : : "throw");



More information about the Gcc-bugs mailing list