RTEMS: Add Cortex-M33 multilib
[gcc.git] / gcc / testsuite / g++.dg / musttail9.C
blob85937dcdcd31661e319da035f4b381c3e282d4f3
1 /* { dg-do compile { target { musttail } } } */
2 /* { dg-options "-std=gnu++11" } */
3 /* { dg-additional-options "-fdelayed-branch" { target sparc*-*-* } } */
5 extern void foo();
7 void f() noexcept
9   [[gnu::musttail]] return foo(); /* { dg-error "call may throw exception that does not propagate" } */