Commit db40fbca by Uros Bizjak Committed by Uros Bizjak

re PR testsuite/65944 (FAIL: g++.dg/lto/pr65276: undefined reference to…

re PR testsuite/65944 (FAIL: g++.dg/lto/pr65276: undefined reference to std2::exception::~exception())

    PR testsuite/65944
    * g++.dg/lto/pr65276_0.C: Add std2::exception::~exception() function.

From-SVN: r224550
parent 1a4115ae
2015-06-17 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/65944
* g++.dg/lto/pr65276_0.C: Add std2::exception::~exception() function.
2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com> 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
* gcc.target/mips/pr65862-1.c: New test. * gcc.target/mips/pr65862-1.c: New test.
......
...@@ -59,3 +59,5 @@ namespace std2 ...@@ -59,3 +59,5 @@ namespace std2
}; };
static ios_base::Init __ioinit; static ios_base::Init __ioinit;
} }
std2::exception::~exception() noexcept { }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment