summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tm/noexcept-7.C
blob: bfa675c987fb9ee08933242c3fab237e79f35c82 (plain)
1
2
3
4
5
6
7
// FIXME the TS says atomic_noexcept calls abort, not terminate.
// { dg-options "-fgnu-tm" }

void f()
{
  atomic_noexcept { throw; }	// { dg-warning "terminate" }
}