public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51830] New: FAIL: libitm.c/mem(cpy|set)-1.c execution test
@ 2012-01-11 21:44 dominiq at lps dot ens.fr
  2012-01-12  8:58 ` [Bug libitm/51830] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-01-11 21:44 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51830
           Summary: FAIL: libitm.c/mem(cpy|set)-1.c execution test
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: aldyh@gcc.gnu.org, hjl.tools@gmail.com,
                    iains@gcc.gnu.org, patrick.marlier@gmail.com
            Target: *86*-*-*


>From pr51124 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51124#c9 ):

libitm.c/memcpy-1.c and memset-1.c are still failing in 32 bit mode on
*86*-*-*. From
http://glutton.geoffk.org/HEAD/native-logsum/i686-pc-linux-gnu/libitm/testsuite/libitm.log.gzip
, the failure is

libitm: pr_undoLogCode not supported
FAIL: libitm.c/memcpy-1.c execution test

I also see that on x86_64-apple-darwin10. This comes from line 163 of
libitm/beginend.cc

 // ??? pr_undoLogCode is not properly defined in the ABI. Are barriers
  // omitted because they are not necessary (e.g., a transaction on thread-
  // local data) or because the compiler thinks that some kind of global
  // synchronization might perform better?
  if (unlikely(prop & pr_undoLogCode))
    GTM_fatal("pr_undoLogCode not supported");

See comments #11 to #14 in pr51124 for a discussion.


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

end of thread, other threads:[~2012-01-23 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-11 21:44 [Bug other/51830] New: FAIL: libitm.c/mem(cpy|set)-1.c execution test dominiq at lps dot ens.fr
2012-01-12  8:58 ` [Bug libitm/51830] " rguenth at gcc dot gnu.org
2012-01-18 18:52 ` ubizjak at gmail dot com
2012-01-18 20:18 ` ubizjak at gmail dot com
2012-01-23 15:12 ` uros at gcc dot gnu.org
2012-01-23 15:13 ` ubizjak at gmail dot com

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