http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55561
Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Joost.VandeVondele at mat | |dot ethz.ch --- Comment #2 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> 2012-12-02 09:30:17 UTC --- (In reply to comment #1) > Note that ThreadSanitizer does not understand Fortran/OpenMP synchronization, > so most likely it won't be useful anyway. I was assuming that it would do just fine, as OMP in gcc is just built on pthreads ? I believe that Fortran and C are relatively similar from a middle-end perspective.