1  /* { dg-do compile } */
       2  
       3  int g;
       4  void f(void)
       5  {
       6    __transaction_atomic {	/* { dg-error "without transactional memory" } */
       7      g++;
       8    }
       9  }
       1  /* { dg-do compile } */
       2  
       3  int g;
       4  void f(void)
       5  {
       6    __transaction_atomic {	/* { dg-error "without transactional memory" } */
       7      g++;
       8    }
       9  }