This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a54ce8865a8 libstdc++: Print assertion messages to stderr [PR59675] new b7e20480630 openmp: Relax handling of implicit map vs. existing device [...]
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/gimplify.c | 14 +++- gcc/omp-low.c | 13 ++++ .../c-c++-common/goacc/combined-reduction.c | 2 +- .../c-c++-common/goacc/firstprivate-mappings-1.c | 7 +- gcc/testsuite/c-c++-common/goacc/mdc-1.c | 2 +- .../c-c++-common/gomp/target-implicit-map-1.c | 39 ++++++++++++ .../g++.dg/goacc/firstprivate-mappings-1.C | 2 +- gcc/tree-pretty-print.c | 3 + gcc/tree.h | 5 ++ include/gomp-constants.h | 14 ++++ libgomp/target.c | 74 +++++++++++++++++----- .../libgomp.c-c++-common/target-implicit-map-1.c | 31 +++++++++ 12 files changed, 178 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/target-implicit-map-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-implicit-map-1.c