This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26157c2a608 darwin, x86, testsuite - Match codegen new b53c726e9d2 PR libgomp/90641 * work.c (gomp_init_work_share): Instead [...] new 09cf268c720 * omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look throu [...]
The 2 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: gcc/ChangeLog | 6 +++ gcc/omp-low.c | 13 +++-- libgomp/ChangeLog | 16 ++++++ libgomp/loop.c | 28 ++++++++--- libgomp/loop_ull.c | 28 ++++++++--- libgomp/sections.c | 28 ++++++++--- .../lastprivate-conditional-3.c | 57 ++++++++++++++++++++++ libgomp/work.c | 9 ++-- 8 files changed, 158 insertions(+), 27 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/lastprivate-conditional-3.c