PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr45985.c
blobc811840677628b3c0099c2db1c5a4ffc2d34845f
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 __attribute__((transaction_unsafe))
5 void illegal();
7 static int a = 0;
8 void func()
10 __transaction_relaxed {
11 if( a == 0)
12 illegal();