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:
parent
1a4115ae75
commit
db40fbca24
@ -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.
|
||||
|
@ -59,3 +59,5 @@ namespace std2
|
||||
};
|
||||
static ios_base::Init __ioinit;
|
||||
}
|
||||
|
||||
std2::exception::~exception() noexcept { }
|
||||
|
Loading…
Reference in New Issue
Block a user