Re: [PATCH] Complete __gnu_debug::basic_string Standard conformity

2022-07-19 Thread François Dumont via Gcc-patches
On 19/07/22 12:42, Jonathan Wakely wrote: On Sun, 10 Jul 2022 at 14:57, François Dumont via Libstdc++ wrote: Here is a first patch to complete __gnu_debug::basic_string Standard conformity. I prefer to submit this before checking for more missing stuff to check that my proposal of having a tes

Re: [PATCH] Complete __gnu_debug::basic_string Standard conformity

2022-07-19 Thread Jonathan Wakely via Gcc-patches
On Sun, 10 Jul 2022 at 14:57, François Dumont via Libstdc++ wrote: > > Here is a first patch to complete __gnu_debug::basic_string Standard > conformity. > > I prefer to submit this before checking for more missing stuff to check > that my proposal of having a testsuite_string.h header is ok. I t

[PATCH] Complete __gnu_debug::basic_string Standard conformity

2022-07-10 Thread François Dumont via Gcc-patches
Here is a first patch to complete __gnu_debug::basic_string Standard conformity. I prefer to submit this before checking for more missing stuff to check that my proposal of having a testsuite_string.h header is ok. I also noticed some problems with _GLIBCXX_DEBUG_PEDANTIC.     libstdc++: Com