Re: [patch] Fix std::shared_ptr FAILs with -fno-rtti

2014-12-12 Thread Jonathan Wakely
On 12/12/14 21:06 +, Jonathan Wakely wrote: A couple of small fixes for shared_ptr tests that fail with -fno-rtti. Tested x86_64-linux, committed to trunk. Huh, somehow I committed that when the new test wasn't even passing. This fixes it properly. Tested again and committed to trunk. co

[patch] Fix std::shared_ptr FAILs with -fno-rtti

2014-12-12 Thread Jonathan Wakely
A couple of small fixes for shared_ptr tests that fail with -fno-rtti. Tested x86_64-linux, committed to trunk. commit ec3619710af701b1030a6eb45862a41dc3e18ad8 Author: Jonathan Wakely Date: Fri Dec 12 16:17:45 2014 + PR libstdc++/58594 * include/bits/shared_ptr_base.h: Cast awa