2 // { dg-lto-options {{-flto -O0 -std=c++11}} }
4 /* pr65276_0.C should get compiled with -O0, while the _1.C file
5 should get compiled with -O2, and the entire thing should be linked
6 with -O0. Test that we don't get an ICE. */
15 virtual ~ exception () noexcept;
26 char _M_bytes[sizeof (const char *)];
29 class runtime_error:public exception
36 class system_error:public std2::runtime_error
42 inline constexpr _Ios_Fmtflags operator& (_Ios_Fmtflags __a,
45 return _Ios_Fmtflags ();
53 class __attribute ((__abi_tag__ ("cxx11"))) failure:public system_error
60 static ios_base::Init __ioinit;
63 std2::exception::~exception() noexcept { }