Re: [patch] fix libstdc++/59548

2014-03-26 Thread Jonathan Wakely
On 24/01/14 20:08 +, Jonathan Wakely wrote: The debug-mode container base classes need copy constructors that zero-init their members rather than copy them from the source. _Safe_unordered_container_base also needs its move constructor to be non-throwing to fix some FAILs for the PR 55043 te

[patch] fix libstdc++/59548

2014-01-24 Thread Jonathan Wakely
The debug-mode container base classes need copy constructors that zero-init their members rather than copy them from the source. _Safe_unordered_container_base also needs its move constructor to be non-throwing to fix some FAILs for the PR 55043 tests. Tested x86_64-linux, normal and debug modes