aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/tm/pr46300.C
blob: 7b3c613c3f5f732266b3c3b48c3cbe15588ff40b (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
// { dg-options "-fgnu-tm" }

void foo(){
    __transaction_atomic {
	throw 5;
    }
}