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-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 2d8752c5923 libgomp: Update docs to reflect Fortran support for non-rec [...] adds ab869e7f754 Daily bump. adds 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. adds 37f57a3f4e4 aarch64: remove useless GPF_TF_F16 iterator adds 2fb654f77d5 rs6000: Ignore fusion option flags for inlining test [PR102059] adds 374b3c936d6 compiler: error for duplicate bool map keys adds 469c76f0d94 libstdc++: ppc: conditionalize vsx-only simd intrinsics adds 967cdbe6629 c++: empty base constexpr adjustment [PR105245] adds e4e053a63b1 vec: fix iterate comment adds 69dd5ca3484 c++: add color to function decl printing new 909ef4e2727 libstdc++: Fix deserialization for std::normal_distribution [...] new 42991a91168 libstdc++: Simplify std::normal_distribution equality operator new fa2d5fc0497 compiler: remove Array_index_expression::is_lvalue_
The 3 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: ChangeLog | 5 ++ contrib/gennews | 3 +- gcc/ChangeLog | 63 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/iterators.md | 3 - gcc/config/rs6000/rs6000.cc | 5 ++ gcc/cp/ChangeLog | 17 ++++++ gcc/cp/constexpr.cc | 67 ++++++++++---------- gcc/cp/error.cc | 44 ++++++++++++-- gcc/diagnostic-color.cc | 2 + gcc/doc/invoke.texi | 10 ++- gcc/fortran/ChangeLog | 11 ++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 29 ++++++--- gcc/go/gofrontend/expressions.h | 16 +---- gcc/go/gofrontend/types.cc | 21 +------ gcc/go/gofrontend/types.h | 2 +- gcc/omp-low.cc | 11 ++++ gcc/po/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 54 ++++++++++++++++ gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +++++ gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++++++ gcc/testsuite/g++.dg/diagnostic/function-color1.C | 21 +++++++ gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 +++--- gcc/testsuite/gcc.target/powerpc/pr102059-4.c | 23 +++++++ gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 +++++ gcc/vec.h | 4 +- libgomp/ChangeLog | 4 ++ 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 +++++++++++++++ libsanitizer/ChangeLog | 4 ++ libstdc++-v3/ChangeLog | 71 ++++++++++++++++++++++ libstdc++-v3/doc/html/manual/test.html | 8 ++- libstdc++-v3/doc/xml/manual/test.xml | 8 ++- libstdc++-v3/include/bits/random.tcc | 12 +--- libstdc++-v3/include/bits/specfun.h | 4 -- libstdc++-v3/include/experimental/bits/simd.h | 13 +++- 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 +-- .../random/normal_distribution/operators/equal.cc | 20 ++++++ .../normal_distribution/operators/serialize.cc | 36 ++++++++++- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../27_io/filesystem/iterators/error_reporting.cc | 35 +++++++---- 54 files changed, 719 insertions(+), 171 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c create mode 100644 gcc/testsuite/g++.dg/diagnostic/function-color1.C 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