Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
tm
/
atomic-1.c
blob: e301f1f48cf1a014305c96246f26a7b12dfbaa1e [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
g
;
void
f
(
void
)
{
__transaction_atomic
{
/* { dg-error "without transactional memory" } */
g
++;
}
}