Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-24 Thread Jonathan Wakely
On Wed, 23 Apr 2025 at 21:10, François Dumont wrote: > AFAICT I've never got proper validation for this small patch. > > Is it ok to commit ? > Yes, OK for trunk, thanks. > Thanks > > > On 14/04/2025 22:25, François Dumont wrote: > > > On 14/04/2025 08:29, Tomasz Kaminski wrote: > > > > On Su

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-23 Thread François Dumont
AFAICT I've never got proper validation for this small patch. Is it ok to commit ? Thanks On 14/04/2025 22:25, François Dumont wrote: On 14/04/2025 08:29, Tomasz Kaminski wrote: On Sun, Apr 13, 2025 at 12:13 PM François Dumont wrote: On 11/04/2025 08:36, Tomasz Kaminski wrote:

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-14 Thread François Dumont
On 14/04/2025 08:29, Tomasz Kaminski wrote: On Sun, Apr 13, 2025 at 12:13 PM François Dumont wrote: On 11/04/2025 08:36, Tomasz Kaminski wrote: On Thu, Apr 10, 2025 at 10:47 PM Jonathan Wakely wrote: On 10/04/25 22:36 +0200, François Dumont wrote: >After r

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-13 Thread Tomasz Kaminski
On Sun, Apr 13, 2025 at 12:13 PM François Dumont wrote: > > On 11/04/2025 08:36, Tomasz Kaminski wrote: > > > > On Thu, Apr 10, 2025 at 10:47 PM Jonathan Wakely > wrote: > >> On 10/04/25 22:36 +0200, François Dumont wrote: >> >After running the test with -fno-exceptions option we rather need thi

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-13 Thread François Dumont
On 11/04/2025 08:36, Tomasz Kaminski wrote: On Thu, Apr 10, 2025 at 10:47 PM Jonathan Wakely wrote: On 10/04/25 22:36 +0200, François Dumont wrote: >After running the test with -fno-exceptions option we rather need this >patch. > >Ok to commit ? > >François

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-10 Thread Tomasz Kaminski
On Thu, Apr 10, 2025 at 10:47 PM Jonathan Wakely wrote: > On 10/04/25 22:36 +0200, François Dumont wrote: > >After running the test with -fno-exceptions option we rather need this > >patch. > > > >Ok to commit ? > > > >François > > > > > >On 10/04/2025 21:08, François Dumont wrote: > >>Hi > >> >

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-10 Thread Jonathan Wakely
On 10/04/25 22:36 +0200, François Dumont wrote: After running the test with -fno-exceptions option we rather need this patch. Ok to commit ? François On 10/04/2025 21:08, François Dumont wrote: Hi     No problem detected now that we really test std::deque shrink_to_fit implementation.  

Re: [PATCH] Add std::deque shrink_to_fit test

2025-04-10 Thread François Dumont
After running the test with -fno-exceptions option we rather need this patch. Ok to commit ? François On 10/04/2025 21:08, François Dumont wrote: Hi     No problem detected now that we really test std::deque shrink_to_fit implementation.     libstdc++: Add std::deque<>::shrink_to_fit tes

[PATCH] Add std::deque shrink_to_fit test

2025-04-10 Thread François Dumont
Hi     No problem detected now that we really test std::deque shrink_to_fit implementation.     libstdc++: Add std::deque<>::shrink_to_fit test     The existing test is currently testing std::vector. Make it test std::deque.     libstdc++-v3/ChangeLog:     * testsuite/23_container