Re: [PATCH] libstdc++: Adjust effective-target requirements for and

2025-06-06 Thread Tomasz Kaminski
On Fri, Jun 6, 2025 at 3:13 PM Jonathan Wakely wrote: > These features depend on __cpp_lib_atomic_wait which is not available > for freestanding, and is available when either gthreads is supported, or > the target is linux (for futex support). > > libstdc++-v3/ChangeLog: > > * testsuite/3

[PATCH] libstdc++: Adjust effective-target requirements for and

2025-06-06 Thread Jonathan Wakely
These features depend on __cpp_lib_atomic_wait which is not available for freestanding, and is available when either gthreads is supported, or the target is linux (for futex support). libstdc++-v3/ChangeLog: * testsuite/30_threads/barrier/1.cc: Require hosted. Only require gthread