This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0fb9ffc1b8 openmp: Fix placement of 2nd+ preparation statement for PHI [...] new 7a50e708756 openmp: cgraph support for late declare variant resolution
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: gcc/ChangeLog | 39 +++ gcc/Makefile.in | 1 + gcc/cgraph.c | 2 + gcc/cgraph.h | 8 +- gcc/ipa.c | 3 + gcc/lto-cgraph.c | 4 + gcc/omp-general.c | 305 ++++++++++++++++++++- gcc/omp-offload.c | 22 +- gcc/omp-simd-clone.c | 1 + gcc/testsuite/ChangeLog | 2 + .../c-c++-common/gomp/declare-variant-14.c | 28 ++ gcc/tree-inline.c | 4 + 12 files changed, 409 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-14.c