[Bug c++/46300] Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe
patrick.marlier at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 25 09:58:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46300
Patrick Marlier <patrick.marlier at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aldyh at gcc dot gnu.org,
| |patrick.marlier at gmail
| |dot com, rth at gcc dot
| |gnu.org
--- Comment #1 from Patrick Marlier <patrick.marlier at gmail dot com> 2010-11-25 09:39:10 UTC ---
I think these functions should be marked as transaction_pure and not
transaction_safe since they are managed by the TM library.
Patrick Marlier.
More information about the Gcc-bugs
mailing list