1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O -fdump-tree-tmmark" } */
4 /* Test that the call to george() doesn't end up inside the transaction. */
9 void set_remove(int * val
)
11 __transaction_atomic
{
17 /* { dg-final { scan-tree-dump-times "getTMCloneOrIrrevocable" 0 "tmmark" } } */