blob: c9a8e63dc900aa610f45941764d78fcb1ba921d8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -fdump-tree-tmmark" } */
extern void bar(void) __attribute__((transaction_callable));
void
foo()
{
__transaction_relaxed {
bar();
}
}
/* { dg-final { scan-tree-dump-times "doesGoIrrevocable" 1 "tmmark" } } */