Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / tm / ipa-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmmark-asmname" } */
3
4 void foo(void);
5
6 void bar(void)
7 {
8   __transaction_relaxed {
9     foo();
10   }
11 }
12
13 /* { dg-final { scan-tree-dump-times "_ZGTt3foo" 0 "tmmark" } } */
14 /* { dg-final { cleanup-tree-dump "tmmark" } } */