Re: [PATCH][Bug libstdc++/70303] Value-initialized debug iterators

2021-02-09 Thread Jonathan Wakely via Gcc-patches
On 08/02/21 22:27 +0100, François Dumont wrote: On 01/02/21 8:09 pm, Jonathan Wakely wrote: On 01/02/21 19:30 +0100, François Dumont via Libstdc++ wrote: On 01/02/21 6:43 pm, Jonathan Wakely wrote: On 31/01/21 16:59 +0100, François Dumont via Libstdc++ wrote: After the debug issue has been fix

Re: [PATCH][Bug libstdc++/70303] Value-initialized debug iterators

2021-02-08 Thread François Dumont via Gcc-patches
On 01/02/21 8:09 pm, Jonathan Wakely wrote: On 01/02/21 19:30 +0100, François Dumont via Libstdc++ wrote: On 01/02/21 6:43 pm, Jonathan Wakely wrote: On 31/01/21 16:59 +0100, François Dumont via Libstdc++ wrote: After the debug issue has been fixed in PR 98466 the problem was not in the debug

Re: [PATCH][Bug libstdc++/70303] Value-initialized debug iterators

2021-02-01 Thread Jonathan Wakely via Gcc-patches
On 01/02/21 19:30 +0100, François Dumont via Libstdc++ wrote: On 01/02/21 6:43 pm, Jonathan Wakely wrote: On 31/01/21 16:59 +0100, François Dumont via Libstdc++ wrote: After the debug issue has been fixed in PR 98466 the problem was not in the debug iterator implementation itself but in the deq

Re: [PATCH][Bug libstdc++/70303] Value-initialized debug iterators

2021-02-01 Thread François Dumont via Gcc-patches
On 01/02/21 6:43 pm, Jonathan Wakely wrote: On 31/01/21 16:59 +0100, François Dumont via Libstdc++ wrote: After the debug issue has been fixed in PR 98466 the problem was not in the debug iterator implementation itself but in the deque iterator operator- implementation.     libstdc++: Make de

Re: [PATCH][Bug libstdc++/70303] Value-initialized debug iterators

2021-02-01 Thread Jonathan Wakely via Gcc-patches
On 31/01/21 16:59 +0100, François Dumont via Libstdc++ wrote: After the debug issue has been fixed in PR 98466 the problem was not in the debug iterator implementation itself but in the deque iterator operator- implementation.     libstdc++: Make deque iterator operator- usable with value-init