Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / tm / abort-2.c
blob727c63432ace091b808eecf229c4762742c8a17d
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 int g;
5 void f(void)
7 __transaction_atomic {
8 if (g == 0)
9 __transaction_cancel;