re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to unlock...
authorJakub Jelinek <jakub@redhat.com>
Thu, 2 Dec 2010 14:30:37 +0000 (15:30 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 2 Dec 2010 14:30:37 +0000 (15:30 +0100)
commitb7516041a1e540b8db3c76ef4df192404d5daafd
treed6c1e70ff5cd0df4588c7a0452b86b142be9c0cd
parent266afdd60e1f7c6429fd7a6902b4b3360f55a90a
re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete)

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

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