public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete
       [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-02  2:41 ` shreyasp at ti dot com
  2010-12-02 14:31 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: shreyasp at ti dot com @ 2010-12-02  2:41 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240

Shreyas Prasad <shreyasp at ti dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete
       [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
  2010-12-02  2:41 ` [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete shreyasp at ti dot com
@ 2010-12-02 14:31 ` jakub at gcc dot gnu.org
  2010-12-07 15:26 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-02 14:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-02 14:30:41 UTC ---
Author: jakub
Date: Thu Dec  2 14:30:37 2010
New Revision: 167370

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167370
Log:
    PR libgomp/45240
    * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
    at the end if sync builtins aren't supported.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/parallel.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete
       [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
  2010-12-02  2:41 ` [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete shreyasp at ti dot com
  2010-12-02 14:31 ` jakub at gcc dot gnu.org
@ 2010-12-07 15:26 ` jakub at gcc dot gnu.org
  2010-12-07 15:46 ` jakub at gcc dot gnu.org
  2010-12-07 18:59 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-07 15:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 15:26:40 UTC ---
Author: jakub
Date: Tue Dec  7 15:26:37 2010
New Revision: 167547

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167547
Log:
    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.

Modified:
    branches/gcc-4_5-branch/libgomp/ChangeLog
    branches/gcc-4_5-branch/libgomp/parallel.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete
       [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-12-07 15:26 ` jakub at gcc dot gnu.org
@ 2010-12-07 15:46 ` jakub at gcc dot gnu.org
  2010-12-07 18:59 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-07 15:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 15:45:53 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete
       [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-12-07 15:46 ` jakub at gcc dot gnu.org
@ 2010-12-07 18:59 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-07 18:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 18:59:06 UTC ---
Author: jakub
Date: Tue Dec  7 18:59:03 2010
New Revision: 167560

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167560
Log:
    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.

Modified:
    branches/gcc-4_4-branch/libgomp/ChangeLog
    branches/gcc-4_4-branch/libgomp/parallel.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-07 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45240-4@http.gcc.gnu.org/bugzilla/>
2010-12-02  2:41 ` [Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete shreyasp at ti dot com
2010-12-02 14:31 ` jakub at gcc dot gnu.org
2010-12-07 15:26 ` jakub at gcc dot gnu.org
2010-12-07 15:46 ` jakub at gcc dot gnu.org
2010-12-07 18:59 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).