Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr47905.c
blobc4b254930c1faf9387f3e62273a1d9d71f0f4117
1 /* { dg-do compile }
2 { dg-options "-fgnu-tm" } */
4 void funcA();
5 void funcB();
7 void *thread()
9 __transaction_relaxed
11 funcA();
13 funcB();