blob: ec1cdca70322373fbc7e5c4501e8447c5f4b57c8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -fdump-tree-tmmark-asmname" } */
void foo(void) __attribute__((transaction_safe));
void bar(void)
{
__transaction_atomic {
foo();
}
}
/* { dg-final { scan-tree-dump-times "_ZGTt3foo" 1 "tmmark" } } */
/* { dg-final { cleanup-tree-dump "tmmark" } } */