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
This commit is contained in:
Uros Bizjak 2015-06-17 12:03:49 +02:00 committed by Uros Bizjak
parent 1a4115ae75
commit db40fbca24
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* gcc.target/mips/pr65862-1.c: New test.

View File

@ -59,3 +59,5 @@ namespace std2
};
static ios_base::Init __ioinit;
}
std2::exception::~exception() noexcept { }