libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / irrevocable-3.c
blobc9a8e63dc900aa610f45941764d78fcb1ba921d8
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmmark" } */
4 extern void bar(void) __attribute__((transaction_callable));
6 void
7 foo()
9 __transaction_relaxed {
10 bar();
14 /* { dg-final { scan-tree-dump-times "doesGoIrrevocable" 1 "tmmark" } } */