This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/67303] libgomp: ThreadSanitizer: data race in libgomp


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

--- Comment #4 from vondele at gcc dot gnu.org ---
Author: vondele
Date: Mon Aug 24 12:17:07 2015
New Revision: 227122

URL: https://gcc.gnu.org/viewcvs?rev=227122&root=gcc&view=rev
Log:
        PR libgomp/66761
        PR libgomp/67303
        * iter.c (gomp_iter_dynamic_next): Employ an atomic load.
        (gomp_iter_guided_next): Idem.
        * iter_ull.c (gomp_iter_ull_dynamic_next): Idem.
        (gomp_iter_ull_guided_next): Idem.
        * config/linux/wait.h (do_spin): Idem.


Modified:
    branches/gcc-5-branch/libgomp/ChangeLog
    branches/gcc-5-branch/libgomp/config/linux/wait.h
    branches/gcc-5-branch/libgomp/iter.c
    branches/gcc-5-branch/libgomp/iter_ull.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]