https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66756
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Last reconfirmed|2015-11-10 00:00:00 |2017-10-1 Component|libfortran |libgomp Assignee|tkoenig at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #14 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Following the discussion at https://gcc.gnu.org/ml/fortran/2017-10/msg00002.html all the false positives go away if --enable-linux-futex=no is specified during compilation, because the thread sanitizer does not follow all Linux-specific system calls. Intering question: What to do? It should be possible to generate a posix thread only version of the libgomp library which is then linked in with the thread sanitizer.