https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81195
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-06-24
Ever confirmed|0 |1
--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Could not the
+ __gthread_mutex_lock (&unit_lock);
before the IFs be moved inside the IF blocks, making the second
+ __gthread_mutex_unlock (&unit_lock);
not necessary?