This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 21766085775 openmp: Add support for 'target_device' context selector set new 96a3b111881 openmp: Fix ICE in [PR103705] new 090bd2c50bc Fix omp-low ICE for indirect references based off component [...]
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/c/c-typeck.c | 3 ++- gcc/cp/semantics.c | 3 ++- gcc/gimplify.c | 5 ++++- gcc/testsuite/c-c++-common/gomp/pr103642.c | 34 ++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr103705.c | 14 ++++++++++++ 5 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr103642.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr103705.c