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

[Bug libgomp/51376] libgomp taskwait failure


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

--- Comment #2 from Alan Modra <amodra at gcc dot gnu.org> 2011-12-09 02:21:46 UTC ---
Author: amodra
Date: Fri Dec  9 02:21:43 2011
New Revision: 182151

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182151
Log:
    PR libgomp/51376
    * task.c (GOMP_taskwait): Don't access task->children outside of
    task_lock mutex region.
    (GOMP_task): Likewise.


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


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