This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52770] RFE: Letting compiler know asm block can call function that can throw
- From: "rth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Mar 2012 15:52:42 +0000
- Subject: [Bug c++/52770] RFE: Letting compiler know asm block can call function that can throw
- Auto-submitted: auto-generated
- References: <bug-52770-4@http.gcc.gnu.org/bugzilla/>
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");