* sr.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / tm / noexcept-7.C
blobbfa675c987fb9ee08933242c3fab237e79f35c82
1 // FIXME the TS says atomic_noexcept calls abort, not terminate.
2 // { dg-options "-fgnu-tm" }
4 void f()
6   atomic_noexcept { throw; }    // { dg-warning "terminate" }