1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* { dg-do compile } */ /* { dg-options "-fgnu-tm -O" } */ extern __attribute__((transaction_safe)) void TMreleaseNode (); int global; __attribute__((transaction_safe)) void TMrbtree_insert () { if (global) TMreleaseNode(); }