blob: 9034336da305587f4a8b8d83a57de405ce0a87ca [file] [log] [blame]
// { dg-do compile }
// { dg-options "-fgnu-tm" }
int a;
int f() {
__transaction_atomic {
if (a == 5)
return 1;
}
} // { dg-warning "control reaches end of non-void function" }