This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fc52efeb9c6 [Ada] Mark artificial formal parameters in the debug info new 3f585bdaa7f openmp: Introduce gimple_omp_ordered_standalone_p new bc1bc808d86 No actual regclasses for bpf new 1bf8b7adc2d openmp: Fix ICE when splitting invalid depend(source)/depen [...] new 0bd514107de openmp: Be consistent on parsing offsets between normal sin [...]
The 4 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/c-family/c-omp.cc | 6 +++++ gcc/c/c-parser.cc | 3 +-- gcc/config/bpf/bpf.h | 2 +- gcc/cp/parser.cc | 3 +-- gcc/cp/pt.cc | 11 ++++++--- gcc/gimple.h | 24 ++++++++++++++++++- gcc/gimplify.cc | 7 ++++-- gcc/omp-expand.cc | 11 +++------ gcc/omp-low.cc | 5 ++-- gcc/testsuite/c-c++-common/gomp/doacross-6.c | 36 ++++++++++++++++++++++++++-- gcc/testsuite/c-c++-common/gomp/pr106836.c | 9 +++++++ gcc/testsuite/c-c++-common/gomp/sink-3.c | 2 +- 12 files changed, 94 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr106836.c