This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 7635714 [OpenMP] Fix transient divide by zero bug in 32-bit code new 600918d [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/src/kmp_lock.cpp | 2 +- runtime/src/kmp_lock.h | 17 +++++++++-------- runtime/src/kmp_tasking.cpp | 2 ++ runtime/test/api/omp_alloc.c | 3 +++ runtime/test/lit.cfg | 9 +++++++++ runtime/test/lit.site.cfg.in | 1 + runtime/test/ompt/misc/control_tool_no_ompt_support.c | 3 +++ runtime/test/tasking/bug_nested_proxy_task.c | 1 + runtime/test/tasking/bug_proxy_task_dep_waiting.c | 1 + runtime/test/tasking/kmp_task_reduction_nest.cpp | 1 + runtime/test/tasking/kmp_taskloop.c | 1 + runtime/test/tasking/omp_task_priority.c | 1 + runtime/test/tasking/omp_taskloop_grainsize.c | 1 + runtime/test/tasking/omp_taskloop_num_tasks.c | 1 + runtime/test/worksharing/for/kmp_doacross_check.c | 1 + runtime/test/worksharing/for/kmp_sch_simd_guided.c | 1 + runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c | 1 + .../test/worksharing/for/kmp_sch_simd_runtime_guided.c | 1 + .../test/worksharing/for/kmp_sch_simd_runtime_static.c | 1 + runtime/test/worksharing/for/omp_doacross.c | 1 + 20 files changed, 41 insertions(+), 9 deletions(-)