This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 8025f29fbd8 Update gennews for GCC 12. adds 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0) new e03a0a4d73a libstdc++: Update documentation about copyright and GPL not [...] new 488d268728b libstdc++: Do not use #include inside push visibility scope [...] new e112e37f292 libstdc++: Do not include <cxxabi.h> in <stacktrace> new aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731]
The 4 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/omp-low.cc | 10 +++++++ 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 +++++++++ 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 ++++++++++++++-------- 16 files changed, 115 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c