1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-optimized -O2" } */
6 static void candy() { candycane(); }
8 static void tootsie_roll () __attribute__((transaction_wrap (candy
)));
9 static void tootsie_roll () { bark(); }
13 __transaction_relaxed
{ candy(); }
16 /* We still have one call to candy()-- on the uninstrumented path
17 everything is as usual. */
18 /* { dg-final { scan-tree-dump-times "candy \\(\\);" 1 "optimized" } } */