https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110854
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://github.com/llvm/llv
| |m-project/issues/49865
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The code comes from libc++ which has the same problems:
https://github.com/llvm/llvm-project/issues/49865
They fixed it by dropping the POSIX-based semaphore impl.
