aboutsummaryrefslogtreecommitdiff
path: root/libitm/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/testsuite')
-rw-r--r--libitm/testsuite/libitm.c/reentrant.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libitm/testsuite/libitm.c/reentrant.c b/libitm/testsuite/libitm.c/reentrant.c
index 451530a..e8f49ba 100644
--- a/libitm/testsuite/libitm.c/reentrant.c
+++ b/libitm/testsuite/libitm.c/reentrant.c
@@ -1,4 +1,4 @@
-/* { dg-do run { xfail *-*-* } }
+/* { dg-do run } */
/* { dg-options "-pthread" } */
/* Tests that new transactions can be started from both transaction_pure and
@@ -36,7 +36,7 @@ int __attribute__((transaction_unsafe)) unsafe(int i)
static void *thread (void *dummy __attribute__((unused)))
{
__transaction_atomic {
- pure(1);
+ pure(x);
}
__transaction_relaxed {
unsafe(1);