This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05a1be7d086 Restrict some aarch64 testcases to little-endian new 5a5813e7852 Add OpenACC 2.6 `acc_get_property' support
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: include/ChangeLog | 6 + include/gomp-constants.h | 15 +++ libgomp/ChangeLog | 51 ++++++++ libgomp/libgomp-plugin.h | 8 ++ libgomp/libgomp.h | 1 + libgomp/libgomp.map | 4 + libgomp/libgomp.texi | 39 +++++++ libgomp/oacc-host.c | 22 ++++ libgomp/oacc-init.c | 63 +++++++++- libgomp/openacc.f90 | 129 ++++++++++++++++++++- libgomp/openacc.h | 15 +++ libgomp/plugin/cuda-lib.def | 4 + libgomp/plugin/plugin-gcn.c | 11 ++ libgomp/plugin/plugin-hsa.c | 26 +++++ libgomp/plugin/plugin-nvptx.c | 87 +++++++++++++- libgomp/target.c | 1 + .../libgomp.oacc-c-c++-common/acc_get_property-2.c | 68 +++++++++++ .../libgomp.oacc-c-c++-common/acc_get_property-3.c | 19 +++ .../acc_get_property-aux.c | 80 +++++++++++++ .../libgomp.oacc-c-c++-common/acc_get_property.c | 76 ++++++++++++ .../libgomp.oacc-fortran/acc_get_property.f90 | 93 +++++++++++++++ liboffloadmic/ChangeLog | 8 ++ liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 21 ++++ 23 files changed, 841 insertions(+), 6 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/acc_get_property.f90