public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/46300] New: Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe
@ 2010-11-04  9:16 martin at se dot inf.tu-dresden.de
  2010-11-25  9:58 ` [Bug c++/46300] " patrick.marlier at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: martin at se dot inf.tu-dresden.de @ 2010-11-04  9:16 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Calls to internals _ITM_cxa_throw and
                    _ITM_cxa_allocate_exception are not marked as safe
           Product: gcc
           Version: trans-mem
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: martin@se.inf.tu-dresden.de


Created attachment 22272
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22272
mark _ITM_cxa_throw and _ITM_cxa_allocate_exception as tm_callable

Both calls are inserted into the code when coping with exceptions but are not
marked as transaction_safe therefore abort the compilation.

Attached patch should fix that.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-12-14  0:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-04  9:16 [Bug c++/46300] New: Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe martin at se dot inf.tu-dresden.de
2010-11-25  9:58 ` [Bug c++/46300] " patrick.marlier at gmail dot com
2010-12-13 11:14 ` aldyh at gcc dot gnu.org
2010-12-13 15:22 ` aldyh at gcc dot gnu.org
2010-12-13 17:15 ` aldyh at gcc dot gnu.org
2010-12-14  0:02 ` aldyh at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).