Re: Fix failing tests after PR libstdc++/85965

2019-07-18 Thread François Dumont
Got it, it is my PR 68303 patch which was introducing this regression. I fix it to restore those assertions. You'll see once the awaiting hashtable patches are in... On 7/18/19 12:18 PM, Jonathan Wakely wrote: On 18/07/19 07:41 +0200, François Dumont wrote: Since commit 5d3695d03b7bdade9f4d05

Re: Fix failing tests after PR libstdc++/85965

2019-07-18 Thread Jonathan Wakely
On 18/07/19 07:41 +0200, François Dumont wrote: Since commit 5d3695d03b7bdade9f4d05d2b those tests are failing.     * testsuite/23_containers/unordered_map/48101_neg.cc: Adapt dg-error     after PR libstdc++/85965 fix.     * testsuite/23_containers/unordered_multimap/48101_neg.cc: Likewise.    

Fix failing tests after PR libstdc++/85965

2019-07-17 Thread François Dumont
Since commit 5d3695d03b7bdade9f4d05d2b those tests are failing.     * testsuite/23_containers/unordered_map/48101_neg.cc: Adapt dg-error     after PR libstdc++/85965 fix.     * testsuite/23_containers/unordered_multimap/48101_neg.cc: Likewise.     * testsuite/23_containers/unordered_multiset/4810