This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from d26c3e4f733 libstdc++: Remove bogus assertion in std::from_chars [PR105324] adds df783ecbaae libstdc++: Fix filesystem::temp_directory_path [PR101709] adds 15798c5d50f fortran: Fix conv of UNION constructors [PR105310] adds 47b67521d45 libstdc++: Fix test that fails in C++20 mode adds 84ff93fcda2 libstdc++: Fix ambiguous comparisons for iterators in C++20 adds 6ee9618777c libstdc++: Fix test failures at -O0 adds fef3d31bd35 libstdc++: Remove "no stronger" assertion in compare exchan [...] adds d65b274f1f4 libstdc++: Remove workaround for FE bug in std::tuple [PR96592] adds bad34caa37c Daily bump. adds 47c74508116 c++: ambiguous call not diagnosed after DR2352 [PR97296] adds afec66b054a c++: wrong error with constexpr COMPOUND_EXPR [PR105321] adds 977cbabeb1c libstdc++: Make atomic notify_one and notify_all non-const adds 64c73a25c23 Daily bump. adds f805800317e Daily bump. adds 0da057c7d95 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 ++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 26 ++ gcc/cp/call.c | 15 +- gcc/cp/constexpr.c | 9 +- gcc/fortran/ChangeLog | 8 + gcc/fortran/trans-expr.c | 4 +- gcc/testsuite/ChangeLog | 41 +++ gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C | 18 ++ gcc/testsuite/g++.dg/cpp0x/ref-bind4.C | 2 +- gcc/testsuite/g++.dg/cpp0x/ref-bind8.C | 10 + gcc/testsuite/gfortran.dg/dec_union_12.f90 | 43 +++ libstdc++-v3/ChangeLog | 306 +++++++++++++++++++++ libstdc++-v3/include/bits/atomic_base.h | 69 ++--- libstdc++-v3/include/bits/stl_iterator.h | 45 ++- libstdc++-v3/include/std/atomic | 24 +- libstdc++-v3/include/std/tuple | 4 - libstdc++-v3/src/c++17/fs_ops.cc | 4 +- libstdc++-v3/src/filesystem/ops-common.h | 13 +- libstdc++-v3/src/filesystem/ops.cc | 4 +- .../20_util/monotonic_buffer_resource/allocate.cc | 3 + .../unsynchronized_pool_resource/allocate.cc | 3 + .../testsuite/24_iterators/move_iterator/dr3265.cc | 25 +- .../testsuite/29_atomics/atomic/cons/user_pod.cc | 1 + .../29_atomics/atomic/wait_notify/102994.cc | 4 +- 25 files changed, 615 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind8.C create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.f90