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-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from e29d25c4c92 libgomp/test: Fix compilation for build sysroot adds 05a1be7d086 Restrict some aarch64 testcases to little-endian adds 5a5813e7852 Add OpenACC 2.6 `acc_get_property' support new ca4a1f18df0 Daily bump.
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/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 8 ++ .../gcc.target/aarch64/sve/acle/general/dupq_1.c | 3 +- .../gcc.target/aarch64/torture/simd-abi-8.c | 3 +- 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 ++++ 27 files changed, 854 insertions(+), 9 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