This is the mail archive of the gcc-patches@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]

RE: Fix for PR55561 race condition in libgomp


The updated changelog entry is below, but somebody with write access should do the commit, please.

2013-01-31  Dmitry Vyukov  <dvyukov@gcc.gnu.org>
                  Joost VandeVondele <Joost.VandeVondele@mat.ethz.ch>

        PR libgomp/55561
        * config/linux/wait.h (do_spin): Use atomic load for addr.
        * config/linux/ptrlock.c (gomp_ptrlock_get_slow): Use atomic
        for intptr and ptrlock.
        * config/linux/ptrlock.h (gomp_ptrlock_get): Use atomic load
        for ptrlock.


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