This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0ddc8c7871f Add some overrides. new 38944ec2a6f OpenMP: Cleanups related to the 'present' modifier
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/c/c-parser.cc | 5 +- gcc/cp/parser.cc | 5 +- gcc/cp/semantics.cc | 7 +++ gcc/gimplify.cc | 13 ++++- gcc/omp-low.cc | 14 ++---- gcc/testsuite/c-c++-common/gomp/defaultmap-4.c | 4 +- gcc/testsuite/c-c++-common/gomp/map-6.c | 14 +++++- gcc/testsuite/c-c++-common/gomp/map-9.c | 8 ++-- gcc/testsuite/gfortran.dg/gomp/defaultmap-8.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/map-11.f90 | 8 ++-- gcc/testsuite/gfortran.dg/gomp/map-12.f90 | 35 +++++++------- gcc/testsuite/gfortran.dg/gomp/target-update-1.f90 | 2 +- include/gomp-constants.h | 19 ++++---- libgomp/target.c | 55 ++++++++++------------ .../libgomp.c-c++-common/target-present-1.c | 20 ++++++-- .../libgomp.c-c++-common/target-present-2.c | 2 +- .../libgomp.c-c++-common/target-present-3.c | 15 +++++- .../testsuite/libgomp.fortran/target-present-1.f90 | 2 +- .../testsuite/libgomp.fortran/target-present-2.f90 | 2 +- .../testsuite/libgomp.fortran/target-present-3.f90 | 19 ++++++-- .../libgomp.oacc-c-c++-common/present-1.c | 2 +- 21 files changed, 153 insertions(+), 102 deletions(-)