Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / 20091221.c
blob655e55cfb24f841ac92a598d9f91e4ebb8ecdce5
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu17 -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" } } */