Results for 8.0.1 20180316 (experimental) [trunk revision 258610] (GCC) libstdc++ testsuite on x86_64-pc-linux-gnu

François Dumont frs.dumont@gmail.com
Tue Mar 20 21:02:00 GMT 2018


On 20/03/2018 19:20, Jonathan Wakely wrote:
> On 17 March 2018 at 09:01, Jonathan Wakely wrote:
>> Native configuration is x86_64-pc-linux-gnu
>>
>>                  === libstdc++ tests ===
>>
>>
>> Running target unix/-std=gnu++11/-D_GLIBCXX_ASSERTIONS
>>
>>                  === libstdc++ Summary for unix/-std=gnu++11/-D_GLIBCXX_ASSERTIONS ===
>>
>> # of expected passes            12330
>> # of expected failures          71
>> # of unsupported tests          579
>>
>> Running target unix/-std=gnu++11/-D_GLIBCXX_DEBUG
>> XPASS: 21_strings/basic_string_view/element_access/char/2.cc execution test
>> XPASS: 21_strings/basic_string_view/element_access/wchar_t/2.cc execution test
>> FAIL: 23_containers/bitset/hash/1.cc (test for excess errors)
>> UNRESOLVED: 23_containers/bitset/hash/1.cc compilation failed to produce executable
> These debug mode failures are regressions, reported as
> https://gcc.gnu.org/PR84998
>
> I think they all have the same root cause (Nathan fixed a bug in G++).
>
I had already prepared this patch. Thanks for explaining why we have 
this problem now.

Note that I chose to use full specialization with std::hash<> for std::bitset and std::vector<bool>.

It also fix a versioned namespace issue when partially specializing std::hash for debug vector<bool>.

Tested under Linux x86_64 normal, debug and versioned namespace modes.

Ok to commit ?

François

-------------- next part --------------
A non-text attachment was scrubbed...
Name: friend_declaration_debug.patch
Type: text/x-patch
Size: 5925 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20180320/8dad6918/attachment.bin>


More information about the Libstdc++ mailing list