[Bug testsuite/65767] Test pr65276 failed on arm-none-eabi
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Jun 16 08:22:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767
--- Comment #10 from Uroš Bizjak <ubizjak at gmail dot com> ---
How about adding:
--cut here--
Index: g++.dg/lto/pr65276_0.C
===================================================================
--- g++.dg/lto/pr65276_0.C (revision 224475)
+++ g++.dg/lto/pr65276_0.C (working copy)
@@ -59,3 +59,5 @@
};
static ios_base::Init __ioinit;
}
+
+std2::exception::~exception() noexcept { }
--cut here--
The above patch fixes the testcase for me.
More information about the Gcc-bugs
mailing list