]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails...
authorJakub Jelinek <jakub@redhat.com>
Tue, 7 Dec 2010 18:59:03 +0000 (19:59 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 7 Dec 2010 18:59:03 +0000 (19:59 +0100)
commit120684090545210eba643a275527fa2191af824c
tree1da4640f05b0b3dcfc3db17c9f5768be109ac7b5
parentbf101c01c744e724ccb1eb0fd67fbcc07e8b5622
backport: re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete)

Backport from mainline
2010-12-02  Jakub Jelinek  <jakub@redhat.com>

PR libgomp/45240
* parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
at the end if sync builtins aren't supported.

From-SVN: r167560
libgomp/ChangeLog
libgomp/parallel.c