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 93b5a667100 rs6000: Handle overloads during program parsing adds f9f1a6efaae libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761] adds 869107c9c97 libstdc++: Add noexcept to unique_ptr accessors adds 9d813ddd978 libstdc++: Add noexcept to std::to_string overloads that do [...] adds 2c351dafcbc libstdc++: Fix recipes for C++11-compiled files in src/c++98 adds e67917f5df9 libstdc++: Add missing constraint to std::span deduction gu [...] adds 734b2c2eedc libstdc++: Add missing 'constexpr' to std::tuple [PR102270] adds 21c760510d3 libstdc++: Remove non-deducible parameter for std::advance [...] adds cbe705a2f74 libstdc++: Add noexcept to std::nullopt_t constructor adds bd0df30a7bc libstdc++: Update documentation that only refers to c++98 a [...] adds 43378933060 libstdc++: Increase timeout factor for slow pb_ds tests adds fce4e12f8ef libstdc++: Regenerate the src/debug Makefiles as needed adds 745781d24cd analyzer: Fix bootstrap with clang adds 54866f7a81a libgo: update to go1.17.1 release adds e19570d38fb Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + gcc/ChangeLog | 307 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 5 + gcc/analyzer/engine.cc | 1 + gcc/cp/ChangeLog | 19 ++ gcc/fortran/ChangeLog | 7 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 111 ++++++++ libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/archive/zip/reader.go | 2 +- libgo/go/archive/zip/reader_test.go | 18 ++ libgo/go/cmd/go/internal/modload/edit.go | 86 +++++- libgo/go/crypto/rand/rand_getentropy.go | 4 +- libgo/go/embed/internal/embedtest/embed_test.go | 40 +++ libgo/go/go.mod | 2 +- libgo/go/go/types/call.go | 1 - libgo/go/go/types/resolver.go | 2 +- .../go/internal/syscall/unix/getentropy_darwin.go | 3 + libgo/go/net/http/h2_bundle.go | 9 + libgo/go/vendor/modules.txt | 2 +- libstdc++-v3/ChangeLog | 62 +++++ libstdc++-v3/doc/html/manual/using_macros.html | 2 +- libstdc++-v3/doc/xml/manual/using.xml | 2 +- libstdc++-v3/include/bits/basic_string.h | 12 + libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 8 +- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/span | 2 +- libstdc++-v3/include/std/tuple | 16 ++ libstdc++-v3/src/Makefile.am | 2 +- libstdc++-v3/src/Makefile.in | 2 +- libstdc++-v3/src/c++98/Makefile.am | 4 +- libstdc++-v3/src/c++98/Makefile.in | 4 +- libstdc++-v3/testsuite/20_util/tuple/cons/102270.C | 61 ++++ .../testsuite/29_atomics/atomic_ref/wait_notify.cc | 7 +- .../ext/pb_ds/regression/tree_map_rand.cc | 2 +- .../ext/pb_ds/regression/tree_set_rand.cc | 2 +- 39 files changed, 783 insertions(+), 43 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/102270.C