libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / instrumented-mask.c
blobf44ea92365aa67cf76d86fb4e04706fc881d4628
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmmark" } */
4 /* If we're sure to go irrevocable, as in the case below, do not pass
5 PR_INSTRUMENTEDCODE to the run-time if there is nothing
6 instrumented within the transaction. */
8 int
9 main()
11 __transaction_relaxed { __asm__(""); }
12 return 0;
15 /* { dg-final { scan-tree-dump-times " instrumentedCode" 0 "tmmark" } } */