Re: Reverted. (was Re: [PATCH v4] libstdc++: stringstream ctors from string_view [PR119741])

2025-06-05 Thread Jonathan Wakely
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

Reverted. (was Re: [PATCH v4] libstdc++: stringstream ctors from string_view [PR119741])

2025-06-04 Thread Nathan Myers
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

Re: [PATCH v4] libstdc++: stringstream ctors from string_view [PR119741]

2025-06-04 Thread H.J. Lu
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

Re: [PATCH v4] libstdc++: stringstream ctors from string_view [PR119741]

2025-06-04 Thread Jonathan Wakely
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