This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 8025f29fbd8 Update gennews for GCC 12. adds 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.
No new revisions were added by this update.
Summary of changes: gcc/omp-low.cc | 11 +++++ gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +++++++ gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++++++++ gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 ++++---- gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 ++++++ 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 +++++++++------ 24 files changed, 256 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.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