libstdc++ testsuite make targets check-parallel and check-performance don't work anymore

Jonathan Wakely jwakely@redhat.com
Tue Nov 4 03:41:00 GMT 2014


On 03/11/14 22:07 +0000, Jonathan Wakely wrote:
>On 3 November 2014 17:51, Paolo Carlini <paolo.carlini@oracle.com> wrote:
>> .. other than the above issue, I see a segmentation fault for:
>>
>>     performance/ext/pb_ds/multimap_text_insert_mem_large.cc
>>
>> and a compile error for:
>>
>>     performance/ext/pb_ds/priority_queue_text_pop_mem.cc
>>
>> which boils down to a an error at include/bits/stl_deque.h:519 (likely pd_ds
>> is misusing std::deque). Jon, can you double check the latter?
>
>I think it's a bug I introduced to std::deque -- I'm assuming that
>MoveConstructible allocators are also MoveAssignable, which is not a
>valid assumption. I'll fix it.

Fixed by this patch, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 3098 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20141104/3f7323b9/attachment.bin>


More information about the Gcc mailing list