1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmedge" } */
4 /* Test that a direct call to __builtin__ITM_changeTransactionMode()
5 sets the irrevocable bit. */
13 __transaction_relaxed
{
15 __builtin__ITM_changeTransactionMode (0);
20 /* { dg-final { scan-tree-dump-times "doesGoIrrevocable" 1 "tmedge" } } */
21 /* { dg-final { scan-tree-dump-times "hasNoIrrevocable" 0 "tmedge" } } */