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
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:
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
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
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
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
> >>
>
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.
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
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