On Thu, 5 Jun 2025 at 07:39, Jonathan Wakely wrote:
>
> There was no need to revert this, it wasn't breaking bootstrap, only causing
> a handful of test failures.
>
> The new wchar_t tests just need the same { dg-do run { target c++26 } }
> directives as the char tests.
>
> Dejagnu only looks fo
On 6/4/25 20:30, H.J. Lu wrote:
On Wed, Jun 4, 2025 at 8:02 PM Jonathan Wakely wrote:
On Thu, 29 May 2025 at 20:30, Nathan Myers wrote:
Change in V4:
* Rename tests to string_view.cc
* Adapt tests to cons/wchar_t directories
* Define symbol __cpp_lib_sstream_from_string_view as 202406
On Wed, Jun 4, 2025 at 8:02 PM Jonathan Wakely wrote:
>
> On Thu, 29 May 2025 at 20:30, Nathan Myers wrote:
> >
> > Change in V4:
> > * Rename tests to string_view.cc
> > * Adapt tests to cons/wchar_t directories
> > * Define symbol __cpp_lib_sstream_from_string_view as 202406
> > * Define sy
On Thu, 29 May 2025 at 20:30, Nathan Myers wrote:
>
> Change in V4:
> * Rename tests to string_view.cc
> * Adapt tests to cons/wchar_t directories
> * Define symbol __cpp_lib_sstream_from_string_view as 202406
> * Define symbol __glibcxx_want_sstream_from_string_view before version.h
> * Incl