This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0) adds e03a0a4d73a libstdc++: Update documentation about copyright and GPL not [...] adds 488d268728b libstdc++: Do not use #include inside push visibility scope [...] adds e112e37f292 libstdc++: Do not include <cxxabi.h> in <stacktrace> adds aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731] adds 4043f53cb4a OpenMP, libgomp: Add new runtime routine omp_target_is_accessible. adds 37f57a3f4e4 aarch64: remove useless GPF_TF_F16 iterator adds 2fb654f77d5 rs6000: Ignore fusion option flags for inlining test [PR102059] new 374b3c936d6 compiler: error for duplicate bool map keys
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/config/aarch64/iterators.md | 3 -- gcc/config/rs6000/rs6000.cc | 5 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 16 +++++++ gcc/omp-low.cc | 1 + gcc/testsuite/gcc.target/powerpc/pr102059-4.c | 23 ++++++++++ libgomp/libgomp.map | 1 + libgomp/libgomp.texi | 2 +- libgomp/omp.h.in | 2 + libgomp/omp_lib.f90.in | 10 +++++ libgomp/omp_lib.h.in | 11 +++++ libgomp/target.c | 18 ++++++++ .../libgomp.c-c++-common/target-is-accessible-1.c | 47 ++++++++++++++++++++ .../libgomp.fortran/target-is-accessible-1.f90 | 50 ++++++++++++++++++++++ libstdc++-v3/doc/html/manual/test.html | 8 +++- libstdc++-v3/doc/xml/manual/test.xml | 8 +++- libstdc++-v3/include/bits/specfun.h | 4 -- libstdc++-v3/include/std/stacktrace | 8 +++- libstdc++-v3/libsupc++/compare | 6 +-- libstdc++-v3/libsupc++/exception | 8 +--- libstdc++-v3/libsupc++/exception.h | 6 +-- libstdc++-v3/libsupc++/exception_ptr.h | 6 +-- libstdc++-v3/libsupc++/initializer_list | 6 +-- libstdc++-v3/libsupc++/nested_exception.h | 8 +--- .../27_io/filesystem/iterators/error_reporting.cc | 35 +++++++++------ 25 files changed, 234 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr102059-4.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-accessible-1.f90