Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
tm
/
noexcept-7.C
blob: bfa675c987fb9ee08933242c3fab237e79f35c82 [
file
] [
log
] [
blame
]
// FIXME the TS says atomic_noexcept calls abort, not terminate.
// { dg-options "-fgnu-tm" }
void
f
()
{
atomic_noexcept
{
throw
;
}
// { dg-warning "terminate" }
}