[Bug libgomp/66553] openmp tasks produce libgomp warnings with fsanitize=thread

2024-02-29 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66553 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug libgomp/66553] openmp tasks produce libgomp warnings with fsanitize=thread

2016-10-12 Thread jtaylor.debian at googlemail dot com
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

[Bug libgomp/66553] openmp tasks produce libgomp warnings with fsanitize=thread

2015-06-17 Thread jtaylor.debian at googlemail dot com
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?

[Bug libgomp/66553] openmp tasks produce libgomp warnings with fsanitize=thread

2015-06-16 Thread pinskia at gcc dot gnu.org
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.