https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66553
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66553
--- Comment #3 from Julian Taylor ---
Would adding a libgomp threadsanitizer configure switch be an option?
It could enable --disable-linux-futex which you need for omp critical sections,
set the right compile and link flags and add some extra lo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66553
--- Comment #2 from Julian Taylor ---
if it is a false positive, is there a way to silence it too make the thread
sanitize more useful with openmp task using programs?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66553
--- Comment #1 from Andrew Pinski ---
This is a false error really.
Because There is a mutex lock around the code that does any of the stores.