This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0d371a2514 Fix C++ libgomp regressions new 5f338210456 C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt def [...] new 95d67762171 openmp: Fix up handling of target constructs in offloaded r [...]
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/config/csky/csky.c | 16 ------ gcc/omp-low.c | 39 +++++++++++-- gcc/omp-offload.c | 12 +++- libgomp/config/gcn/target.c | 65 ++++++++++++++++++++++ libgomp/config/nvptx/target.c | 65 ++++++++++++++++++++++ libgomp/testsuite/libgomp.c-c++-common/for-3.c | 56 ++++++++++--------- libgomp/testsuite/libgomp.c-c++-common/target-41.c | 28 ++++++++++ libgomp/testsuite/libgomp.c-c++-common/target-42.c | 26 +++++++++ 8 files changed, 256 insertions(+), 51 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-41.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-42.c