summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/c-c++-common/tm/abort-1.c
blob: 90830f41cf353c712e73810945c8aac499c2a201 (plain)
1
2
3
4
5
6
/* { dg-do compile } */

void f(void)
{
  __transaction_cancel;		/* { dg-error "without transactional" } */
}
OpenPOWER on IntegriCloud