aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/tm/abort-3.c
blob: f2cf5b5dc2a51acf9a1d25758948a3eb5ecf670c (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

void f(void)
{
  __transaction_atomic {   /* { dg-error "__transaction_atomic. without trans" } */
    __transaction_cancel;  /* { dg-error "_cancel. without trans" } */
  }
}