public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59130] New: Inline(d) or static functions not registered in transactional clone table
@ 2013-11-14 14:05 machens at tuhh dot de
  0 siblings, 0 replies; only message in thread
From: machens at tuhh dot de @ 2013-11-14 14:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59130
           Summary: Inline(d) or static functions not registered in
                    transactional clone table
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: machens at tuhh dot de

Created attachment 31218
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31218&action=edit
Test case to reproduce the bug

When a function pointer is used in a transactional section to call a function
the STM library (such as libitm) has to lookup the corresponding transactional
function 'clone' of that function. The compiler therefore generates mapping
tables which associate function pointers of non-transactional functions with
their corresponding transactional function clones.

With the STAMP benchmark suite I have experienced that the compiler does not
generate entries in the lookup table for functions which are declared as static
or inline.

I have written a small test case to reproduce the bug (see attachment). 


Compile with:

/usr/bin/g++-4.7 -fgnu-tm -Wall -g -O3 -o gnutm-test main.cpp -lpthread -litm


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-14 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14 14:05 [Bug c++/59130] New: Inline(d) or static functions not registered in transactional clone table machens at tuhh dot de

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).