[Bug libfortran/66756] libgfortran: ThreadSanitizer: lock-order-inversion

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 27 19:44:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66756

--- Comment #12 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Correction... the patch does not work with a simple
example such as

program main
  !$OMP PARALLEL NUM_THREADS(4)
  print *,"Hello, world"
  !$OMP END PARALLEL 
end program main

Some more digging to do...


More information about the Gcc-bugs mailing list