blob: 7837243fe5c16156331e7b1aeaa278122207a509 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -fdump-tree-tmedge" } */
int i;
extern void virgin () __attribute__((transaction_pure));
void
foo()
{
__transaction_atomic {
virgin(i);
}
}
/* { dg-final { scan-tree-dump-times "readOnly" 1 "tmedge" } } */