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

Re: [gomp3] omp*_lock changes


On 3/7/08 2:40 PM, Jakub Jelinek wrote:

OpenMP 3.0 changed behavior of omp_lock_t/omp_nest_lock_t and
the functions using those locks, previously locks were owned by threads,
now they are owned by tasks.  In some cases valid OpenMP 2.5 code is
invalid OpenMP 3.0, e.g. see lock-1.c testcase below.

Hmm, one would hope that OMP will stop getting more complex with every revision of the standard. But then, I've already lost hope with C++ ;)



Diego.



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