Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / 20110216.c
blob22edae0fb4c7fadf200282215c4c20b7c48a244f
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 int george;
6 __attribute__((transaction_callable))
7 void q1()
9 __transaction_atomic {
10 george=999;
12 q1();
15 /* { dg-final { scan-assembler-not "_ITM_getTMCloneOrIrrevocable" } } */