https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55561
--- Comment #48 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> --- (In reply to Roland Schulz from comment #47) > What is the advantage of a TSAN instrumented libgomp over one with > --disable-linux-futex? I would be happy to know that '--disable-linux-futex' is a suitable approach, as that would be rather practical. However, my first idea would be that, since libgomp is not sanitized, not all races in 'user land' would be detected. I'm just guessing ...