This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/gcc.
from 05a1be7d086 Restrict some aarch64 testcases to little-endian adds 5a5813e7852 Add OpenACC 2.6 `acc_get_property' support adds ca4a1f18df0 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- 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 ++++ 24 files changed, 842 insertions(+), 7 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