https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67114
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36119|0 |1 is obsolete| | Attachment #36120|0 |1 is obsolete| | --- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> --- Created attachment 36124 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36124&action=edit Add _GLIBCXX_THREAD_ID_LESS hook for thread ID comparisons This patch preserves the existing behaviour for most targets but adds a new macro hook that can be used to define a target-specific alternative in os_defines.h This does not require any changes to pthreads-win32. Could you test it?