PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / 20091221.c
blob7837243fe5c16156331e7b1aeaa278122207a509
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-tree-tmedge" } */
4 int i;
5 extern void virgin () __attribute__((transaction_pure));
7 void
8 foo()
10 __transaction_atomic {
11 virgin(i);
15 /* { dg-final { scan-tree-dump-times "readOnly" 1 "tmedge" } } */