Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / ipa-1.c
blob0f124784a6c6e50deaf71d2f4c86fadefd7f1779
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmmark-asmname" } */
4 void foo(void) __attribute__((transaction_safe));
6 void bar(void)
8 __transaction_atomic {
9 foo();
13 /* { dg-final { scan-tree-dump-times "_ZGTt3foo" 1 "tmmark" } } */